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

added asserts for graph.set([s,p,o]) so s and p aren't None #467

Merged
merged 1 commit into from
Mar 4, 2015

Conversation

joernhees
Copy link
Member

otherwise this will delete (*, p, *) or (s, *, *) or even (*, *, *) from graph
and fails on add which is most likely not what the developer wants.

otherwise this will delete (*, p, *) or (s, *, *) or even (*, *, *) from graph
and fails on add which is most likely not what the developer wants.
@joernhees joernhees added this to the rdflib 4.2.1 milestone Mar 4, 2015
@joernhees joernhees added the enhancement New feature or request label Mar 4, 2015
joernhees added a commit that referenced this pull request Mar 4, 2015
added asserts for graph.set([s,p,o]) so s and p aren't None
@joernhees joernhees merged commit 78d8047 into RDFLib:master Mar 4, 2015
@joernhees joernhees deleted the graph_set_assert branch March 4, 2015 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant