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:
Kostas Karmas 2020-10-02 15:52:19 +02:00
parent 524cd48b80
commit 1dc8840ba8

View File

@ -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