From 3c1cc8197e05c0a22bc5b14b53746d2d8cfe6299 Mon Sep 17 00:00:00 2001 From: Christopher Renaud Oelerich Date: Fri, 2 Feb 2024 01:09:27 -0600 Subject: [PATCH] build script update --- .github/workflows/foundry_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/foundry_release.py b/.github/workflows/foundry_release.py index 937e8b2..50a29fd 100644 --- a/.github/workflows/foundry_release.py +++ b/.github/workflows/foundry_release.py @@ -40,8 +40,8 @@ def push_release(module: dict) -> None: }) ) response_json = json.loads(conn.getresponse().read().decode()) - pprint(response_json) if response_json['status'] != 'success': + pprint(module) raise Exception(pformat(response_json['errors']))