mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Add spaces around binary operator
According to our code style. Contributes to issue CURA-3756.
This commit is contained in:
parent
53141303d2
commit
61f7b6aa68
@ -191,7 +191,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||
serialized = archive.open(container_stack_file).read().decode("utf-8")
|
||||
if machine_name == "":
|
||||
machine_name = self._getMachineNameFromSerializedStack(serialized)
|
||||
stacks = self._container_registry.findContainerStacks(id=container_id)
|
||||
stacks = self._container_registry.findContainerStacks(id = container_id)
|
||||
if stacks:
|
||||
# Check if there are any changes at all in any of the container stacks.
|
||||
id_list = self._getContainerIdListFromSerialized(serialized)
|
||||
|
Loading…
x
Reference in New Issue
Block a user