diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-04 17:04:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-04 17:04:14 +0100 |
| commit | 4f7f531d976f3a53541a8d4da1116b95016d6de0 (patch) | |
| tree | 69dddad00895413d249027452109fab3ec29b0b4 | |
| parent | 18f68015a5e32e88bca5c7cb417092fdce1650b0 (diff) | |
Fix over-eager debugging.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
