summaryrefslogtreecommitdiff
path: root/dev-libs/aws-sdk-cpp/files/aws-sdk-cpp-upgrade_scripts_gather_3rdparty_py-3.9.patch
blob: c1141bdf53e535e0fb9791f1fefd5d754793cd01 (plain)
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()