We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3136f4 commit 4e87140Copy full SHA for 4e87140
rqd/rqd/rqnetwork.py
@@ -162,7 +162,8 @@ def kill(self, message=""):
162
else:
163
os.killpg(self.pid, rqd.rqconstants.KILL_SIGNAL)
164
finally:
165
- log.warning("kill() successfully killed frameId=%s pid=%s", self.frameId, self.pid)
+ log.warning(
166
+ "kill() successfully killed frameId=%s pid=%s", self.frameId, self.pid)
167
rqd.rqutil.permissionsLow()
168
except OSError as e:
169
log.warning(
0 commit comments