diff --git a/scripts/deploy.py b/scripts/deploy.py index b029f39..e0317ee 100644 --- a/scripts/deploy.py +++ b/scripts/deploy.py @@ -189,7 +189,7 @@ def upload_archive(self, upload, archive): if response.status_code not in [200, 201]: sys.exit( "Trouble uploading artifact %s to bucket with response code %s" % - archive, response.status_code + (archive, response.status_code) ) def publish(self, data):