Checker: Bypass study copy to improve performance.

setup.py
Pierre-Antoine Rouby 2024-05-17 14:51:30 +02:00
parent a5648851f2
commit 5c86e46c72
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Worker(QObject):
self.signalStatus.emit(checker.name)
# Run checker
checker._run(self._study)
checker.run(self._study)
self.signalStatus.emit("progress")