Skip to content

Commit 0d63649

Browse files
pipcl.py:git_info(): fix typo.
1 parent df6c9ea commit 0d63649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipcl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ def git_info( directory):
19901990
)
19911991
if not e:
19921992
branch = out.strip()
1993-
log(f'git_info(): directory={directory!r} returning branch={branch!r} sha={sha!r} comment={comment!r}')
1993+
log1(f'git_info(): directory={directory!r} returning branch={branch!r} sha={sha!r} comment={comment!r}')
19941994
return sha, comment, diff, branch
19951995

19961996

0 commit comments

Comments
 (0)