Cura/plugins/VersionUpgrade
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
..
VersionUpgrade21to22 Fix copying ConfigParser 2016-08-09 18:06:23 +02:00