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 df6c9ea commit 0d63649Copy full SHA for 0d63649
pipcl.py
@@ -1990,7 +1990,7 @@ def git_info( directory):
1990
)
1991
if not e:
1992
branch = out.strip()
1993
- log(f'git_info(): directory={directory!r} returning branch={branch!r} sha={sha!r} comment={comment!r}')
+ log1(f'git_info(): directory={directory!r} returning branch={branch!r} sha={sha!r} comment={comment!r}')
1994
return sha, comment, diff, branch
1995
1996
0 commit comments