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

AttributeError: 'Commit' object has no attribute 'timestamp' #220

Open
yoshivda opened this issue Mar 16, 2021 · 1 comment
Open

AttributeError: 'Commit' object has no attribute 'timestamp' #220

yoshivda opened this issue Mar 16, 2021 · 1 comment

Comments

@yoshivda
Copy link

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.

@ojacques
Copy link

@yoshivda - just had the same problem, which I got rid with this workaround: #118 (comment)

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

2 participants