Skip to content

Commit d9b812c

Browse files
author
Michael Hammann
committed
fix: logger message needs to be in one line
1 parent a38eec6 commit d9b812c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

supervisor/supervisord.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,7 @@ def _handle_spawn_timeout(self):
400400
self._notfiy_user_about_waiting(process_name, process_object)
401401

402402
def _timeout_process(self, process_name, process_object):
403-
msg = ("""timeout: dependee process {} in {} did not reach RUNNING
404-
within {} seconds, dependees {} are not spawned"""
403+
msg = ("timeout: dependee process {} in {} did not reach RUNNING within {} seconds, dependees {} are not spawned"
405404
.format(process_name,
406405
getProcessStateDescription(process_object.state),
407406
process_object.config.spawn_timeout,

0 commit comments

Comments
 (0)