missed a linting spot

pull/658/head
Steven Robertson 5 years ago
parent d64adb15d7
commit e728cee7cb

@ -1614,7 +1614,7 @@ class Connection(object):
proc=self.proc,
kill=not (
(self.detached and self.child_is_immediate_subprocess) or
# kill: # Avoid killing so child has chance to write cProfile data
# Avoid killing so child has chance to write cProfile data
self._router.profiling
),
# Don't delay shutdown waiting for a detached child, since the

Loading…
Cancel
Save