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

Ignore context on __len__() #23

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Ignore context on __len__() #23

merged 1 commit into from
Sep 27, 2023

Conversation

daniel-dona
Copy link
Contributor

On newer versions of rdflib the len() function of a Store can be called with additional parameters, this is a hotfix as the Store was breaking otherwise.

A proper solution to take "context" into account may be needed...

https://github.com/RDFLib/rdflib/blob/b0392f0a50db3b49cf6ec93bfbe0672a0fba16d6/rdflib/graph.py#L673

Copy link
Collaborator

@Callidon Callidon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the hotifx, I will make a new release right away 👍

@Callidon Callidon merged commit b58d685 into RDFLib:master Sep 27, 2023
2 checks passed
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.

None yet

2 participants