mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-01 19:27:10 +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 = stats.StatisticsThread(self)
|
||||||
self.statThread.start()
|
self.statThread.start()
|
||||||
try:
|
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)
|
self.node.nodeDesc.processChunk(self)
|
||||||
except Exception:
|
except Exception:
|
||||||
if self._status.status != Status.STOPPED:
|
if self._status.status != Status.STOPPED:
|
||||||
|
|
Loading…
Add table
Reference in a new issue