mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix mutable arg problem and rename arg
CURA-4049
This commit is contained in:
parent
6fc824abd5
commit
024f2384e0
2 changed files with 7 additions and 5 deletions
|
@ -90,6 +90,6 @@ class ThreeMFWorkspaceWriter(WorkspaceWriter):
|
|||
|
||||
# Do not include the network authentication keys
|
||||
ignore_keys = ["network_authentication_id", "network_authentication_key"]
|
||||
serialized_data = container.serialize(ignore_metadata_keys = ignore_keys)
|
||||
serialized_data = container.serialize(ignored_metadata_keys = ignore_keys)
|
||||
|
||||
archive.writestr(file_in_archive, serialized_data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue