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

Fix date comparison for GitHub #32

Closed

Conversation

jfredrickson5
Copy link
Collaborator

Resolves #30

The issue was that github3.py returns a datetime for the repository.created_at property, but dateutil.parser.parse expects a string. So just skip the date parsing.

I don't know if any other repository platforms are affected; only tested GitHub.

@jfredrickson5 jfredrickson5 closed this by deleting the head repository Mar 4, 2024
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

Successfully merging this pull request may close these issues.

Error when attempting to access private repo
2 participants