Fix issue with start all.

pull/1325/head
grossmj 6 years ago
parent b61bd2dc67
commit 898f180310

@ -906,7 +906,7 @@ class Project:
pool = Pool(concurrency=3)
for node in self.nodes.values():
if node.node_type == "traceng":
self.controller.notification.emit("log.warning", "TraceNG nodes must be started one by one")
#self.controller.notification.emit("log.warning", "TraceNG nodes must be started one by one")
continue
pool.append(node.start)
yield from pool.join()

Loading…
Cancel
Save