From 7d41c1dcb38f36e1cca5a4a4d27d1ebff2964988 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 21 Sep 2016 17:26:12 +0200 Subject: [PATCH] Give canonical name to user settings All user profiles are named Current settings, so we should just give it the same name as well. Contributes to issue CURA-844. --- plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py b/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py index d78e7152c6..bd174bea43 100644 --- a/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py +++ b/plugins/VersionUpgrade/VersionUpgrade21to22/MachineInstance.py @@ -99,7 +99,7 @@ class MachineInstance: user_profile = configparser.ConfigParser(interpolation = None) user_profile["general"] = { "version": "2", - "name": self._name + "_current_settings", + "name": "Current settings", "definition": type_name } user_profile["metadata"] = {