mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add missing ":"
This commit is contained in:
parent
c212014d88
commit
d3f58a049b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class VersionUpgrade22to24(VersionUpgrade):
|
|||
if config.has_section("containers"):
|
||||
for index, container_id in config.items("containers"):
|
||||
container_list.append(container_id)
|
||||
elif config.has_option("general", "containers")
|
||||
elif config.has_option("general", "containers"):
|
||||
containers = config.get("general", "containers")
|
||||
container_list = containers.split(",")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue