summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-05 14:22:41 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-14 03:31:03 +0100
commita3e14c74b12484f4339ba150ea99651ef6a7b915 (patch)
tree01c1c54d7eaec1cc9ba1369460b75be68943369c
parent50b00f5190760a2c33c5124411826178c83826c3 (diff)
Display Apple server response in case of failure.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 3b873e4..bc11f4a 100755
--- a/cdist
+++ b/cdist
@@ -747,6 +747,7 @@ def notarize_dmg(dmg, bundle_id):
request_uuid = string_after(p, "RequestUUID")
if request_uuid is None:
+ print("Response: %s" % p)
raise Error('No RequestUUID found in response from Apple')
for i in range(0, 30):