util/ProcessLogger.py
branchwxPython4
changeset 3722 ffce28009ad3
parent 3483 e25f1cf69df9
child 3750 f62625418bff
--- a/util/ProcessLogger.py	Thu Feb 02 17:48:51 2023 +0100
+++ b/util/ProcessLogger.py	Fri Feb 03 16:40:04 2023 +0100
@@ -47,6 +47,7 @@
         self.callback = callback
         self.endcallback = endcallback
         self.fd = fd
+        self.daemon = True
 
     def run(self):
         outchunk = None