summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-15 21:28:20 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-15 21:28:20 +0200
commitadb21c092d6823f95a1879dc1600740bcbd41448 (patch)
tree53b08e1750c44291e1ac9960f083bee05490d0c7 /share
parent3a47660d75e9097d6bf80566b7b7a6b4efa148d6 (diff)
downloadsubplot-adb21c092d6823f95a1879dc1600740bcbd41448.tar.gz
refactor: format daemon.py using black
Sponsored-by: author
Diffstat (limited to 'share')
-rw-r--r--share/python/lib/daemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/python/lib/daemon.py b/share/python/lib/daemon.py
index 1d0d443..9f58af0 100644
--- a/share/python/lib/daemon.py
+++ b/share/python/lib/daemon.py
@@ -65,6 +65,7 @@ def _daemon_whereis(path):
return absolute
return path
+
# Start a daeamon, get its PID. Don't wait for a port or anything. This is
# meant for background processes that don't have port. Useful for testing the
# lib/daemon library of Subplot, but not much else.