From 4f7f531d976f3a53541a8d4da1116b95016d6de0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Dec 2020 17:04:14 +0100 Subject: [PATCH] Fix over-eager debugging. --- cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist b/cdist index 7a5748b..a82c188 100755 --- a/cdist +++ b/cdist @@ -755,7 +755,7 @@ def notarize(dmg, bundle_id): elif status == 'success': subprocess.run(['xcrun', 'stapler', 'staple', dmg]) return - else: + elif status != "in progress": print("Could not understand xcrun response") print(p) time.sleep(30) -- 2.30.2