Fix link to ContainerRegistry

This one was forgotten because it is in a comment.

Contributes to issue CURA-2917.
This commit is contained in:
Ghostkeeper 2017-02-14 17:00:33 +01:00
parent 5055c534c5
commit b488441d81
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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.
import copy
@ -86,7 +86,7 @@ class XmlMaterialProfile(InstanceContainer):
# super().setProperty(key, property_name, property_value)
#
# 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():
# container.setDirty(True)