mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix deprecation warning
CURA-6600
This commit is contained in:
parent
46b489c3f9
commit
b5d826fab9
2 changed files with 4 additions and 4 deletions
|
|
@ -24,6 +24,7 @@ class ContainerNode:
|
|||
self.children_map = {} # type: Dict[str, ContainerNode] # Mapping from container ID to container node.
|
||||
|
||||
## Gets the metadata of the container that this node represents.
|
||||
# Getting the metadata from the container directly is about 10x as fast.
|
||||
# \return The metadata of the container in this node.
|
||||
@deprecated("Get the metadata from the container with the ID of this node yourself.", "4.3")
|
||||
def getMetadata(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue