summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-04 17:04:14 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-04 17:04:14 +0100
commit4f7f531d976f3a53541a8d4da1116b95016d6de0 (patch)
tree69dddad00895413d249027452109fab3ec29b0b4
parent18f68015a5e32e88bca5c7cb417092fdce1650b0 (diff)
Fix over-eager debugging.
-rwxr-xr-xcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdist b/cdist
index 7a5748b..a82c188 100755
--- a/cdist
+++ b/cdist
@@ -755,7 +755,7 @@ def notarize(dmg, bundle_id):
elif status == 'success':
subprocess.run(['xcrun', 'stapler', 'staple', dmg])
return
- else:
+ elif status != "in progress":
print("Could not understand xcrun response")
print(p)
time.sleep(30)