diff --git a/plugins/VersionUpgrade/VersionUpgrade43to44/VersionUpgrade43to44.py b/plugins/VersionUpgrade/VersionUpgrade43to44/VersionUpgrade43to44.py index 4858c6f9bf..e8eefb1bb0 100644 --- a/plugins/VersionUpgrade/VersionUpgrade43to44/VersionUpgrade43to44.py +++ b/plugins/VersionUpgrade/VersionUpgrade43to44/VersionUpgrade43to44.py @@ -65,7 +65,7 @@ class VersionUpgrade43to44(VersionUpgrade): if "values" in parser: # Alternate skin rotation should be translated to top/bottom line directions. if "skin_alternate_rotation" in parser["values"] and parseBool(parser["values"]["skin_alternate_rotation"]): - parser["skin_angles"] = "[45, 135, 0, 90]" + parser["values"]["skin_angles"] = "[45, 135, 0, 90]" result = io.StringIO() parser.write(result)