Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-07-31 15:22:23 +0300
committerGhostkeeper <rubend@tutanota.com>2019-07-31 15:22:23 +0300
commit65b28f228bfc6f3ed890530bb1a6a70ea29664c1 (patch)
treeb109a7aa4e21e3e94f9942c5e82fb0c17a170a71
parent5cf4cd03cfff52cdbfde520be1facb027fed3ff5 (diff)
Fix missing comma
Otherwise it would concatenate the two strings, leading to both of them effectively missing from the set.
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py b/plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py
index 334ab89a6d..009be9a430 100644
--- a/plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py
+++ b/plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py
@@ -196,7 +196,7 @@ _quality_changes_to_creality_base = {
"creality_cr10_extruder_0",
"creality_cr10s4_extruder_0",
"creality_cr10s5_extruder_0",
- "creality_ender3_extruder_0"
+ "creality_ender3_extruder_0",
"creality_cr10",
"creality_cr10s",
"creality_cr10s4",