You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/aws-sdk-cpp/files/aws-sdk-cpp-upgrade_scripts...

12 lines
319 B

--- 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()