From a3e14c74b12484f4339ba150ea99651ef6a7b915 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jan 2021 14:22:41 +0100 Subject: [PATCH] Display Apple server response in case of failure. --- cdist | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist b/cdist index 3b873e4..bc11f4a 100755 --- a/cdist +++ b/cdist @@ -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): -- 2.30.2