info: fix mismatched format args and wrong symbol name
Bug: 416589884 Change-Id: Icbaade585932f0cbb51367e07925ef606f089697
This commit is contained in:
parent
044e52e236
commit
0d4e2c15fe
1 changed files with 1 additions and 2 deletions
|
@ -146,8 +146,7 @@ class Superproject:
|
||||||
self._LogWarning(
|
self._LogWarning(
|
||||||
"git rev-parse call failed, command: git {}, "
|
"git rev-parse call failed, command: git {}, "
|
||||||
"return code: {}, stderr: {}",
|
"return code: {}, stderr: {}",
|
||||||
cmd,
|
cmd, retval, p.stderr,
|
||||||
p.stdwerr,
|
|
||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
return p.stdout
|
return p.stdout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue