From a8aa683270ed37dc727f334beb38cb8e8d80308f Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Mon, 24 May 2021 00:13:32 +0200 Subject: [PATCH] forgot a f-string --- source/install_mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/install_mod.py b/source/install_mod.py index d5e90e4..0709498 100644 --- a/source/install_mod.py +++ b/source/install_mod.py @@ -95,7 +95,7 @@ def install_mod(self): "./file/CTFILE.txt", "--lpar", "./file/lpar-default.txt", "--overwrite"], creationflags=CREATE_NO_WINDOW) outputformat = self.listbox_outputformat.get() - self.Progress(statut=self.translate("Conversion en")+" {outputformat}", add=1) + self.Progress(statut=self.translate("Conversion en")+f" {outputformat}", add=1) if outputformat in ["ISO", "WBFS", "CISO"]: self.path_mkwf_format = os.path.realpath(self.path_mkwf + "/../MKWFaraphel." + outputformat.lower())