mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 09:37:14 +02:00
rename "typing" to avoid conflicts
This commit is contained in:
parent
4c7ff6eb1a
commit
b3c4f675a8
4 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@ class TaskThread(Thread):
|
|||
stopAndRestart = True
|
||||
break
|
||||
else:
|
||||
logging.error("Error on node computation: {}".format(e))
|
||||
logging.error(f"Error on node computation: {e}.")
|
||||
nodesToRemove, _ = self._manager._graph.dfsOnDiscover(startNodes=[node], reverse=True)
|
||||
# remove following nodes from the task queue
|
||||
for n in nodesToRemove[1:]: # exclude current node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue