mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 14:06:28 +02:00
[core] TaskManager: handle compatibility error outside dfsToProcess()
This commit is contained in:
parent
3f3a6c0e83
commit
3fc09ddade
2 changed files with 22 additions and 2 deletions
|
@ -733,8 +733,6 @@ class Graph(BaseObject):
|
|||
if vertex.hasStatus(Status.SUCCESS):
|
||||
# stop branch visit if discovering a node already computed
|
||||
raise StopBranchVisit()
|
||||
if self._computationBlocked[vertex]:
|
||||
raise RuntimeError("Can't compute node '{}'".format(vertex.name))
|
||||
|
||||
def finishVertex(vertex, graph):
|
||||
chunksToProcess = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue