From cbaba7c60a5cb4a0a4162f6b92061bf40a36c259 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 7 Jun 2020 19:41:54 +0300 Subject: [PATCH] - minor fix --- app_Main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app_Main.py b/app_Main.py index e98a988a..831bc241 100644 --- a/app_Main.py +++ b/app_Main.py @@ -381,7 +381,8 @@ class App(QtCore.QObject): f.close() # the factory defaults are written only once at the first launch of the application after installation - FlatCAMDefaults.save_factory_defaults(os.path.join(self.data_path, "factory_defaults.FlatConfig"), self.version) + FlatCAMDefaults.save_factory_defaults(os.path.join(self.data_path, "factory_defaults.FlatConfig"), + float(self.version)) # create a recent files json file if there is none try: