From: Carl Hetherington Date: Fri, 4 Dec 2020 16:04:14 +0000 (+0100) Subject: Fix over-eager debugging. X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4f7f531d976f3a53541a8d4da1116b95016d6de0;p=cdist.git Fix over-eager debugging. --- 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)