diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-30 16:18:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-30 16:18:20 +0100 |
| commit | 18f68015a5e32e88bca5c7cb417092fdce1650b0 (patch) | |
| tree | 9826ec7b91b8b8c34f61589957925f5772266614 | |
| parent | 0da3845cd2dcb59fd4e407b85274aba389d7c2d6 (diff) | |
Dump xcrun output when we don't parse it.
| -rwxr-xr-x | cdist | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |
