Skip to content

Commit 702bbfe

Browse files
committed
Merge branch 'po/git-p4-wo-login'
"git p4" update. * po/git-p4-wo-login: git-p4: fix problem when p4 login is not necessary
2 parents 41db137 + d4990d5 commit 702bbfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-p4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ def p4_check_access(min_expiration=1):
332332
die_bad_access("p4 error: {0}".format(data))
333333
else:
334334
die_bad_access("unknown error")
335+
elif code == "info":
336+
return
335337
else:
336338
die_bad_access("unknown error code {0}".format(code))
337339

0 commit comments

Comments
 (0)