Skip to content

Commit 02a97f2

Browse files
authored
Merge pull request #10 from johrstrom/str-interpolation-fix
Update deploy.py
2 parents ff87341 + 28671b7 commit 02a97f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def upload_archive(self, upload, archive):
189189
if response.status_code not in [200, 201]:
190190
sys.exit(
191191
"Trouble uploading artifact %s to bucket with response code %s" %
192-
archive, response.status_code
192+
(archive, response.status_code)
193193
)
194194

195195
def publish(self, data):

0 commit comments

Comments
 (0)