diff --git a/proton b/proton index 2b367c30..dd2fbe38 100755 --- a/proton +++ b/proton @@ -803,7 +803,7 @@ class CompatData: self.copy_pfx() os.sync() - with open(self.creation_sync_guard, "w"): + with open(self.creation_sync_guard, "x"): pass os.sync()