Cura/plugins/VersionUpgrade/VersionUpgrade21to22
Ghostkeeper 36b027b290
Fix copying ConfigParser
Turns out that copy.copy() doesn't work on ConfigParsers. It returns a different instance but modifying that instance still modifies the old configs. Deep copy isn't allowed. But this dictionary copy works.

Contributes to issue CURA-844.
2016-08-09 18:06:23 +02:00
..
__init__.py Correct storing upgraded config location 2016-07-07 13:51:41 +02:00
MachineInstance.py Fix call to VersionUpgrade21to22.machinesWithMachineQuality 2016-08-09 18:06:23 +02:00
Preferences.py Output arrays of files rather than a single file 2016-08-09 18:06:23 +02:00
Profile.py Fix copying ConfigParser 2016-08-09 18:06:23 +02:00
VersionUpgrade21to22.py Fix call to VersionUpgrade21to22.machinesWithMachineQuality 2016-08-09 18:06:23 +02:00