Commit 5c86e46c authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Checker: Bypass study copy to improve performance.

No related merge requests found
Pipeline #55375 passed with stages
in 3 minutes and 22 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -46,7 +46,7 @@ class Worker(QObject): ...@@ -46,7 +46,7 @@ class Worker(QObject):
self.signalStatus.emit(checker.name) self.signalStatus.emit(checker.name)
# Run checker # Run checker
checker._run(self._study) checker.run(self._study)
self.signalStatus.emit("progress") self.signalStatus.emit("progress")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment