From 47e39203c7bc676aa75192186ea7631d840c6311 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Wed, 4 Jan 2023 20:23:47 +0200 Subject: [PATCH] Revert "fixup! proton: Sync pfx creation and create a guard file." This reverts commit 8b45d63375a3d36dd5a5e1dff6a7e1a175e7f269. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()