Updating the ProjectManager code to use the new location of the o3de python scripts

This commit is contained in:
lumberyard-employee-dm
2021-05-21 02:39:50 -05:00
parent 470fde461f
commit e818bfe905
3 changed files with 6 additions and 8 deletions
@@ -25,7 +25,7 @@ namespace O3DE::ProjectManager
bool GemInfo::IsValid() const
{
return !m_path.isEmpty() && !m_uuid.IsNull();
return !m_path.isEmpty();
}
} // namespace O3DE::ProjectManager