Skip to content

Commit

Permalink
Merge pull request #10 from johrstrom/str-interpolation-fix
Browse files Browse the repository at this point in the history
Update deploy.py
  • Loading branch information
vsoch committed Feb 2, 2024
2 parents ff87341 + 28671b7 commit 02a97f2
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 02a97f2

Please sign in to comment.