Skip to content

Commit

Permalink
Update deploy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Feb 2, 2024
1 parent ff87341 commit 28671b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 28671b7

Please sign in to comment.