diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-05 14:22:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-14 03:31:03 +0100 |
| commit | a3e14c74b12484f4339ba150ea99651ef6a7b915 (patch) | |
| tree | 01c1c54d7eaec1cc9ba1369460b75be68943369c | |
| parent | 50b00f5190760a2c33c5124411826178c83826c3 (diff) | |
Display Apple server response in case of failure.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): |
