summaryrefslogtreecommitdiff
path: root/dev-libs/aws-sdk-cpp/files/aws-sdk-cpp-upgrade_scripts_renew_license_py-3.9.patch
blob: d73fa82ff1c0f9b6d83e33b71bc89b5e471d0b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/scripts/renew_license.py	(original)
+++ b/scripts/renew_license.py	(refactored)
@@ -55,7 +55,7 @@
     if (skipFile(inputFile)):
         return False;
 
-    print ("Process file: " + inputFile)
+    print(("Process file: " + inputFile))
     with open(inputFile) as ftarget:
         content = ftarget.read()