aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
Diffstat (limited to 'pathod')
-rw-r--r--pathod/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/test.py b/pathod/test.py
index e8c3c84a..b6e5e4d0 100644
--- a/pathod/test.py
+++ b/pathod/test.py
@@ -25,7 +25,7 @@ class Daemon:
def __enter__(self):
return self
- def __exit__(self, type, value, traceback) -> bool:
+ def __exit__(self, type, value, traceback):
self.logfp.truncate(0)
self.shutdown()
return False