mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Revert "SliceInfo: Defining container_serialized as empty, before trying to serialize"
This reverts commit 1fd169c669
.
This commit is contained in:
parent
db6702fbbc
commit
ca60e517fa
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ class SliceInfo(Extension):
|
||||||
containers = { "": global_container_stack.serialize() }
|
containers = { "": global_container_stack.serialize() }
|
||||||
for container in global_container_stack.getContainers():
|
for container in global_container_stack.getContainers():
|
||||||
container_id = container.getId()
|
container_id = container.getId()
|
||||||
container_serialized = ""
|
|
||||||
try:
|
try:
|
||||||
container_serialized = container.serialize()
|
container_serialized = container.serialize()
|
||||||
except NotImplementedError:
|
except NotImplementedError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue