We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5787a21 commit f7fd756Copy full SHA for f7fd756
slips/daemon.py
@@ -42,7 +42,7 @@ def read_pidfile(self) -> Optional[int]:
42
except (IOError, FileNotFoundError):
43
return None
44
45
- def print(self, text):
+ def print(self, text, **kwargs):
46
"""Prints output to logsfile specified in slips.yaml"""
47
with open(self.logsfile, "a") as f:
48
f.write(f"{text}\n")
0 commit comments