mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix returning resulting metadata
Forgot to change that back. Contributes to issue CURA-4243.
This commit is contained in:
parent
c4debbea8b
commit
0831451371
1 changed files with 2 additions and 1 deletions
|
@ -795,7 +795,8 @@ class XmlMaterialProfile(InstanceContainer):
|
||||||
result_metadata.append(new_hotend_material_metadata)
|
result_metadata.append(new_hotend_material_metadata)
|
||||||
|
|
||||||
for metadata in result_metadata:
|
for metadata in result_metadata:
|
||||||
#ContainerRegistry.getInstance().metadata[metadata["id"]] = metadata
|
result_metadata.append(metadata)
|
||||||
|
return result_metadata
|
||||||
|
|
||||||
## Override of getIdsFromFile because the XML files contain multiple IDs.
|
## Override of getIdsFromFile because the XML files contain multiple IDs.
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue