mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Fix link to ContainerRegistry
This one was forgotten because it is in a comment. Contributes to issue CURA-2917.
This commit is contained in:
parent
5055c534c5
commit
b488441d81
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2016 Ultimaker B.V.
|
# Copyright (c) 2017 Ultimaker B.V.
|
||||||
# Cura is released under the terms of the AGPLv3 or higher.
|
# Cura is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
|
@ -86,7 +86,7 @@ class XmlMaterialProfile(InstanceContainer):
|
||||||
# super().setProperty(key, property_name, property_value)
|
# super().setProperty(key, property_name, property_value)
|
||||||
#
|
#
|
||||||
# basefile = self.getMetaDataEntry("base_file", self._id) #if basefile is self.id, this is a basefile.
|
# basefile = self.getMetaDataEntry("base_file", self._id) #if basefile is self.id, this is a basefile.
|
||||||
# for container in UM.Settings.ContainerRegistry.getInstance().findInstanceContainers(base_file = basefile):
|
# for container in UM.Settings.ContainerRegistry.ContainerRegistry.getInstance().findInstanceContainers(base_file = basefile):
|
||||||
# if not container.isReadOnly():
|
# if not container.isReadOnly():
|
||||||
# container.setDirty(True)
|
# container.setDirty(True)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue