summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-30 16:18:20 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-30 16:18:20 +0100
commit18f68015a5e32e88bca5c7cb417092fdce1650b0 (patch)
tree9826ec7b91b8b8c34f61589957925f5772266614
parent0da3845cd2dcb59fd4e407b85274aba389d7c2d6 (diff)
Dump xcrun output when we don't parse it.
-rwxr-xr-xcdist3
1 files changed, 3 insertions, 0 deletions
diff --git a/cdist b/cdist
index 0aa4fd2..7a5748b 100755
--- a/cdist
+++ b/cdist
@@ -755,6 +755,9 @@ def notarize(dmg, bundle_id):
elif status == 'success':
subprocess.run(['xcrun', 'stapler', 'staple', dmg])
return
+ else:
+ print("Could not understand xcrun response")
+ print(p)
time.sleep(30)
raise Error("Notarization timed out")