mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 20:36:04 +08:00
Remove attribute initialization
Since the self._conflicts_found["machine"] is already initialized to false when clearState is called at the start of preRead. CURA-7644
This commit is contained in:
parent
524cd48b80
commit
1dc8840ba8
@ -473,7 +473,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||
existing_stacks = self._container_registry.findContainerStacks(name = machine_name, type = "machine")
|
||||
existing_global_stack = None
|
||||
|
||||
self._conflicts_found["machine"] = False
|
||||
if existing_stacks:
|
||||
existing_global_stack = existing_stacks[0]
|
||||
self._containers_found["machine"] = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user