From e728cee7cb7dafa8ff7b312f3a1757e3478a875b Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Wed, 29 Jan 2020 18:56:54 -0800 Subject: [PATCH] missed a linting spot --- mitogen/parent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitogen/parent.py b/mitogen/parent.py index a9bc9e4f..630e3de1 100644 --- a/mitogen/parent.py +++ b/mitogen/parent.py @@ -1614,8 +1614,8 @@ 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 - self._router.profiling + # Avoid killing so child has chance to write cProfile data + self._router.profiling ), # Don't delay shutdown waiting for a detached child, since the # detached child may expect to live indefinitely after its parent