gitinspector
gitinspector copied to clipboard
AttributeError: 'Commit' object has no attribute 'timestamp'
When running gitinspector (on a non-public repository) I get the following error:
File "[path]/changes.py", line 82, in __lt__
return self.timestamp.__lt__(other.timestamp) # only used for sorting; we just consider the timestamp.
AttributeError: 'Commit' object has no attribute 'timestamp'
The call to Commit.__init__
is made with an empty string, but I have no clue why.
@yoshivda - just had the same problem, which I got rid with this workaround: https://github.com/ejwa/gitinspector/issues/118#issuecomment-258506482