You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.26964] >> git rev-list --pretty=format:"%at %ai %aN <%aE>" HEAD | grep -v ^commit
Traceback (most recent call last):
File "/usr/bin/gitstats", line 1490, in
g.run(sys.argv[1:])
File "/usr/bin/gitstats", line 1465, in run
data.collect(gitpath)
File "/usr/bin/gitstats", line 339, in collect
author, mail = parts[4].split('<', 1)
ValueError: need more than 1 value to unpack
In my case, The %aN is "Shinichiro Nakamura", so "parts[4].split('<', 1)" was failed.
The text was updated successfully, but these errors were encountered:
In my case, The %aN is "Shinichiro Nakamura", so "parts[4].split('<', 1)" was failed.
The text was updated successfully, but these errors were encountered: