Skip to content

Commit 9227e15

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 73310de commit 9227e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox/execute/local_sub_process/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def interrupt(self) -> None:
8585
self._process.send_signal(SIG_INTERRUPT)
8686
if self.wait(self.options.interrupt_timeout) is None: # still alive -> TERM # pragma: no branch
8787
terminate_output = self.options.terminate_timeout
88-
msg = "send signal %s to %d from %d with timeout %.2f"
88+
msg = "send signal %s to %d from %d with timeout %.2f"
8989
logging.warning(msg, f"SIGTERM({SIGTERM})", to_pid, host_pid, terminate_output)
9090
self._process.terminate()
9191
# Windows terminate is UNIX kill

0 commit comments

Comments
 (0)