From e9e15d7a8bda96564cc6d56bbf113f81af858246 Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Wed, 8 Nov 2017 18:13:55 +0100 Subject: [PATCH] [graph] fix StatusData.statusName method --- meshroom/core/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/core/graph.py b/meshroom/core/graph.py index 5f6e7352..00762fb2 100644 --- a/meshroom/core/graph.py +++ b/meshroom/core/graph.py @@ -474,7 +474,7 @@ class NodeChunk(BaseObject): @property def statusName(self): - return self.status.name + return self.status.status.name def updateStatusFromCache(self): """