mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-14 23:37:20 +02:00
[core] taskManager: code cleanup
This commit is contained in:
parent
991aca989b
commit
b883bd193b
3 changed files with 65 additions and 79 deletions
|
@ -351,7 +351,7 @@ class UIGraph(QObject):
|
|||
@Slot(Node)
|
||||
def execute(self, node=None):
|
||||
nodes = [node] if node else None
|
||||
self._taskManager.compute(self._graph, nodes, self)
|
||||
self._taskManager.compute(self._graph, nodes)
|
||||
|
||||
def _execute(self, nodes):
|
||||
self.computeStatusChanged.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue