Change to optionally show all python error strings
Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
@@ -32,7 +32,7 @@ namespace O3DE::ProjectManager
|
||||
|
||||
signals:
|
||||
void UpdateProgress(int bytesDownloaded, int totalBytes);
|
||||
void Done(QString result = "");
|
||||
void Done(QString result = "", QString detailedResult = "");
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user