Skip to content

Commit ef70811

Browse files
committed
STAC-0 Add docker build. [3]
1 parent 64c0689 commit ef70811

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integrations_finder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def find_integrations(self, input_string: str) -> Tuple[bool, str]:
322322

323323

324324
if PYQT6_AVAILABLE:
325+
325326
class WorkerThread(QThread):
326327
"""Worker thread for GUI to prevent blocking."""
327328

@@ -346,6 +347,7 @@ def run(self):
346347
message += "\n[BRANCH_VERSION_DETECTED]"
347348

348349
self.finished.emit(success, message)
350+
349351
else:
350352
# Dummy class for when PyQt6 is not available
351353
class WorkerThread:

0 commit comments

Comments
 (0)