mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
Python error fix
This commit is contained in:
parent
05e8b87200
commit
d04952c276
1 changed files with 2 additions and 2 deletions
|
@ -139,11 +139,11 @@ class RippleSubmitter(BaseSubmitter):
|
|||
hasChange = True
|
||||
|
||||
for itemRemove in toRemove:
|
||||
nodesDone.append(itemRemove)
|
||||
nodesDone.add(itemRemove)
|
||||
|
||||
if (len(tasks) == 0):
|
||||
return True
|
||||
|
||||
DefaultDispatcher(label=label, tasks=tasks, jobType='release', paused=False)()
|
||||
|
||||
return True
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue