mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-03 18:07:22 +02:00
[graph] fix StatusData.statusName method
This commit is contained in:
parent
9860828c67
commit
e9e15d7a8b
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class NodeChunk(BaseObject):
|
|||
|
||||
@property
|
||||
def statusName(self):
|
||||
return self.status.name
|
||||
return self.status.status.name
|
||||
|
||||
def updateStatusFromCache(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue