mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
Merge 74b6a3ace2
into ee679fcf34
This commit is contained in:
commit
546b5aa072
1 changed files with 2 additions and 0 deletions
|
@ -414,6 +414,8 @@ class NodeChunk(BaseObject):
|
|||
self.statThread = stats.StatisticsThread(self)
|
||||
self.statThread.start()
|
||||
try:
|
||||
if self.node.nodeDesc is None:
|
||||
raise RuntimeError("Node description empty. This could be coming from a wrong MESHROOM_NODES_PATH environment variable.")
|
||||
self.node.nodeDesc.processChunk(self)
|
||||
except Exception:
|
||||
if self._status.status != Status.STOPPED:
|
||||
|
|
Loading…
Add table
Reference in a new issue