mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[core] statusNodeName change over time due to duplicates
This commit is contained in:
parent
75ab823c18
commit
e54127fbf0
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ class NodeChunk(BaseObject):
|
|||
statisticsFile = Property(str, statisticsFile.fget, notify=nodeFolderChanged)
|
||||
|
||||
nodeName = Property(str, lambda self: self.node.name, constant=True)
|
||||
statusNodeName = Property(str, lambda self: self._status.nodeName, constant=True)
|
||||
statusNodeName = Property(str, lambda self: self._status.nodeName, notify=statusChanged)
|
||||
|
||||
elapsedTime = Property(float, lambda self: self._status.elapsedTime, notify=statusChanged)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue