Fix previous.
authorCarl Hetherington <cth@carlh.net>
Thu, 13 May 2021 14:28:13 +0000 (16:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 May 2021 14:28:13 +0000 (16:28 +0200)
cdist

diff --git a/cdist b/cdist
index 26a2ccf4b2285e54612d345842980b7f8a805ec4..a062d444756ffdfbb0d78156081a37fe38933ecc 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -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)