summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/utils/threading.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/threading.py b/lib/utils/threading.py
index 7bb90d1b..f0c22887 100644
--- a/lib/utils/threading.py
+++ b/lib/utils/threading.py
@@ -12,6 +12,7 @@ class ExitThread(InkstitchException):
pass
+# A default flag used for the main thread. It will never be set.
_default_stop_flag = threading.Event()