diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-13 16:28:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-13 16:28:13 +0200 |
| commit | cb71f049e07a86b4eabe5f097d3ea0dd2f212dde (patch) | |
| tree | 1ffd5e18f3ecde1a456dc0a48667daba7872c3e5 | |
| parent | 8b5caef8c4cd0b08cdcae8e1d739166a903b1e23 (diff) | |
Fix previous.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -750,7 +750,7 @@ def notarize_dmg(dmg, bundle_id): request_uuid = string_after(p, "RequestUUID") if request_uuid is None: print("Looking for upload ID") - message = string_after("message") + message = string_after(p, "message") print("Looking in %s" % message) if message: m = re.match('.*The upload ID is ([0-9a-f\-]*)', message) |
