Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3fde7f

Browse files
committed
Log args in the order they are passed to Popen
This is still not including all or even most of the arguments, norare all the logged arguments literal (nor should either of thosethings likely be changed). It is just to facilitate easiercomparison of what is logged to the Popen call in the code.
1 parent790a790 commitc3fde7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎git/cmd.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -979,12 +979,12 @@ def execute(
979979
ifshellisNone:
980980
shell=self.USE_SHELL
981981
log.debug(
982-
"Popen(%s, cwd=%s,universal_newlines=%s, shell=%s,stdin=%s)",
982+
"Popen(%s, cwd=%s,stdin=%s, shell=%s,universal_newlines=%s)",
983983
redacted_command,
984984
cwd,
985-
universal_newlines,
986-
shell,
987985
istream_ok,
986+
shell,
987+
universal_newlines,
988988
)
989989
try:
990990
withmaybe_patch_caller_env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp