summaryrefslogtreecommitdiff
path: root/src/core/funcSearch.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/funcSearch.py')
-rw-r--r--src/core/funcSearch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/funcSearch.py b/src/core/funcSearch.py
new file mode 100644
index 0000000..664a24b
--- /dev/null
+++ b/src/core/funcSearch.py
@@ -0,0 +1,3 @@
+
+def search_by_job_id(mainWindow, jobId) -> None:
+ print(jobId)