From 28671b7dc885a2b482b3ca8ed1fe0bed0bdcb6f7 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 2 Feb 2024 13:40:43 -0500 Subject: [PATCH] Update deploy.py --- scripts/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):