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 d557332 commit 08425b7Copy full SHA for 08425b7
1 file changed
git/cmd.py
@@ -1287,7 +1287,8 @@ def execute(
1287
# END stdout handling
1288
except subprocess.TimeoutExpired as err:
1289
_logger.info(
1290
- "error: process killed because it timed out. kill_after_timeout=%s seconds", kill_after_timeout,
+ "error: process killed because it timed out. kill_after_timeout=%s seconds",
1291
+ kill_after_timeout,
1292
)
1293
if with_exceptions:
1294
raise GitCommandError(redacted_command, status or 255, err.stderr, err.stdout) from err
0 commit comments