1 2 3 4 5 6 7 8 9 10 11
--- a/scripts/gather_3rdparty.py (original) +++ b/scripts/gather_3rdparty.py (refactored) @@ -200,7 +200,7 @@ # shutil.rmtree( destDir ) - print( "Aws SDK for C++ finished 3rd party pre-build gather into: " + uploadZipFile ) + print(( "Aws SDK for C++ finished 3rd party pre-build gather into: " + uploadZipFile )) Main()