Show python errors in Project Manager for adding repos and downloading gems

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-11-16 14:24:02 -08:00
parent dd1d515e37
commit 808c783109
8 changed files with 55 additions and 29 deletions
@@ -33,7 +33,7 @@ namespace O3DE::ProjectManager
}
else
{
emit Done(tr("Gem download failed"));
emit Done(gemInfoResult.GetError().c_str());
}
}