mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Moved warning to VersionUpgradeManager
CURA-2883
This commit is contained in:
parent
9057174691
commit
1a2138de5a
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ class Profile:
|
|||
import VersionUpgrade21to22 # Import here to prevent circular dependencies.
|
||||
|
||||
if self._name == "Current settings":
|
||||
Logger.log("w", "Unable to upgrade this profile. Skipping it.")
|
||||
return None, None #Can't upgrade these, because the new current profile needs to specify the definition ID and the old file only had the machine instance, not the definition.
|
||||
|
||||
config = configparser.ConfigParser(interpolation = None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue