Fix over-eager debugging.
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2020 16:04:14 +0000 (17:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2020 16:04:14 +0000 (17:04 +0100)
cdist

diff --git a/cdist b/cdist
index 7a5748bf9d9d83c7a2cbd5816ecccbb84bc6b12a..a82c188ef428f2689129648aee2d0351c79a5961 100755 (executable)
--- 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)