I have decided to temporarily just fix all the print statements since it did not take long with some atom/regex fu

This commit is contained in:
cktricky
2018-04-05 18:59:00 -10:00
parent d2cda87252
commit ea5ed636d7
11 changed files with 76 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ from libs.s3 import *
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
if len(sys.argv) < 2:
print "must specify bucket: {} <bucketname>".format(sys.argv[0])
print("must specify bucket: {} <bucketname>".format(sys.argv[0]))
sys.exit(-1)
#Attempt to list the contents of the bucket