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

typo in rdflib/plugins/sparql/update.py #760

Closed
asmirnov69 opened this issue Aug 1, 2017 · 1 comment
Closed

typo in rdflib/plugins/sparql/update.py #760

asmirnov69 opened this issue Aug 1, 2017 · 1 comment
Milestone

Comments

@asmirnov69
Copy link

in function evalCreate there is a ref to nonexistent member datset of ctx object:

def evalCreate(ctx, u):
"""
http://www.w3.org/TR/sparql11-update/#create
"""
g = ctx.datset.get_context(u.graphiri)

@gromgull
Copy link
Member

gromgull commented Aug 1, 2017

it should be dataset - make a PR and I'll accept it!

@gromgull gromgull added this to the rdflib 5.0.0 milestone Nov 3, 2017
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