From adb21c092d6823f95a1879dc1600740bcbd41448 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Nov 2021 21:28:20 +0200 Subject: refactor: format daemon.py using black Sponsored-by: author --- share/python/lib/daemon.py | 1 + 1 file changed, 1 insertion(+) (limited to 'share') 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. -- cgit v1.2.1