Split long line

This commit is contained in:
Ken Okada 2020-08-24 21:15:31 +09:00
parent d81c6cefcb
commit f2d8b6d100

View File

@ -219,7 +219,8 @@ class Application(BaseApplication):
if self.cfg.daemon:
if os.environ.get('NOTIFY_SOCKET'):
msg = "Warning: you shouldn't specify `daemon = True` when launching by systemd with `Type = notify`"
msg = "Warning: you shouldn't specify `daemon = True`" \
" when launching by systemd with `Type = notify`"
print(msg, file=sys.stderr, flush=True)
util.daemonize(self.cfg.enable_stdio_inheritance)