[core] TaskManager: handle compatibility error outside dfsToProcess()

This commit is contained in:
Julien-Haudegond 2020-09-03 18:42:36 +02:00
parent 3f3a6c0e83
commit 3fc09ddade
2 changed files with 22 additions and 2 deletions

View file

@ -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 = []