Skip to content

Commit 3e853a1

Browse files
committed
fix: join threads, only started in background
1 parent 5eaae14 commit 3e853a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loggedfs/_core/notify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ def terminate(self):
205205
proc = subprocess.Popen(command, stdout = subprocess.PIPE, stderr = subprocess.PIPE)
206206
proc.wait()
207207

208-
if not self._background:
208+
if self._background:
209209
self._t.join()

0 commit comments

Comments
 (0)