Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git contribs throws ValueError #20

Open
gkotian opened this issue Apr 26, 2020 · 0 comments
Open

git contribs throws ValueError #20

gkotian opened this issue Apr 26, 2020 · 0 comments

Comments

@gkotian
Copy link
Owner

gkotian commented Apr 26, 2020

When git-contribs is run against a clone of the oh-my-zsh repository, it throws this:

➜  oh-my-zsh (master) > git contribs   
                  Name                      Commits    Lines Added    Lines Deleted
Marc Cornellà                                  421         8424           5422
Robby Russell                                  132         1177            629
Andrew Janke                                    82         7612           2716
...
...
...
Traceback (most recent call last):
  File "/home/gautam/play/git_scripts/git-contribs", line 57, in <module>
    num_additions, num_deletions, file_name = stats_entry.split('\t')
ValueError: not enough values to unpack (expected 3, got 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant