aashutoshrathi / git-stalk-cli

A CLI tool for keeping an eye on contributions of peers (Python Package)
https://pypi.org/project/git-stalk/
MIT License
43 stars 38 forks source link

Handle error #35

Closed aashutoshrathi closed 6 years ago

aashutoshrathi commented 6 years ago
star_table.add_row([starred_repo.name, starred_repo.language, starred_repo.time])
AttributeError: 'dict' object has no attribute 'name'
kgalikgh commented 6 years ago

How could I test changes done by me?

aashutoshrathi commented 6 years ago

Run the python file locally with since argument.

kgalikgh commented 6 years ago

I can't see where the problem lies. I'm running stalk.py without any errors. (using my username and few random ones for testing)

aashutoshrathi commented 6 years ago

Try adding --since or --while arguments