Change to optionally show all python error strings
Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
@@ -54,7 +54,7 @@ namespace O3DE::ProjectManager
|
||||
}
|
||||
public slots:
|
||||
void UpdateUIProgress(int bytesDownloaded, int totalBytes);
|
||||
void HandleResults(const QString& result);
|
||||
void HandleResults(const QString& result, const QString& detailedError);
|
||||
|
||||
signals:
|
||||
void StartGemDownload(const QString& gemName);
|
||||
|
||||
Reference in New Issue
Block a user