From 8b45d63375a3d36dd5a5e1dff6a7e1a175e7f269 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 26 Dec 2022 13:14:57 +0200 Subject: [PATCH] fixup! proton: Sync pfx creation and create a guard file. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index dd2fbe38..2b367c30 100755 --- a/proton +++ b/proton @@ -803,7 +803,7 @@ class CompatData: self.copy_pfx() os.sync() - with open(self.creation_sync_guard, "x"): + with open(self.creation_sync_guard, "w"): pass os.sync()