mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix variant before definition_changes
This commit is contained in:
parent
dcae7575e4
commit
9250520628
1 changed files with 1 additions and 1 deletions
|
@ -51,8 +51,8 @@ class VersionUpgrade22to24(VersionUpgrade):
|
|||
if not item: # the last item may be an empty string
|
||||
continue
|
||||
if item == variant_name:
|
||||
new_container_list.append(config_name)
|
||||
new_container_list.append("empty_variant")
|
||||
new_container_list.append(config_name)
|
||||
else:
|
||||
new_container_list.append(item)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue