info: fix mismatched format args and wrong symbol name

Bug: 416589884
Change-Id: Icbaade585932f0cbb51367e07925ef606f089697
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/482762
Commit-Queue: Scott Lee <ddoman@google.com>
Reviewed-by: Mike Frysinger <vapier@google.com>
Lint: Scott Lee <ddoman@google.com>
Tested-by: Scott Lee <ddoman@google.com>
This commit is contained in:
Scott Lee
2025-06-10 19:34:18 +00:00
committed by LUCI
parent 044e52e236
commit b262d0e461

View File

@ -147,7 +147,8 @@ class Superproject:
"git rev-parse call failed, command: git {}, " "git rev-parse call failed, command: git {}, "
"return code: {}, stderr: {}", "return code: {}, stderr: {}",
cmd, cmd,
p.stdwerr, retval,
p.stderr,
) )
return None return None
return p.stdout return p.stdout