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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user