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
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.
The text was updated successfully, but these errors were encountered:
When running gitinspector (on a non-public repository) I get the following error:
The call to
Commit.__init__
is made with an empty string, but I have no clue why.The text was updated successfully, but these errors were encountered: