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

Revert Merge pull request #905 #966

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

ashleysommer
Copy link
Contributor

Causes exception:

  File "/home/travis/build/RDFLib/rdflib/rdflib/graph.py", line 907, in bind
    return self.namespace_manager.bind(
  File "/home/travis/build/RDFLib/rdflib/rdflib/graph.py", line 326, in _get_namespace_manager
    self.__namespace_manager = NamespaceManager(self)
  File "/home/travis/build/RDFLib/rdflib/rdflib/namespace.py", line 357, in __init__
    self.bind("xml", "http://www.w3.org/XML/1998/namespace")
  File "/home/travis/build/RDFLib/rdflib/rdflib/namespace.py", line 473, in bind
    self.store.bind(prefix, namespace)
  File "/home/travis/build/RDFLib/rdflib/rdflib/plugins/memory.py", line 246, in bind
    self.__namespace.delete(bound_prefix)
AttributeError: 'dict' object has no attribute 'delete'

…espace-binds"

This reverts commit d6cadb3, reversing
changes made to a99dabb.
@gromgull
Copy link
Member

re: @akimul

@nicholascar nicholascar merged commit 21a4e10 into RDFLib:master Mar 12, 2020
@ashleysommer ashleysommer deleted the revert_pr_905 branch March 12, 2020 23:59
@white-gecko white-gecko added this to the rdflib 5.0.0 milestone Apr 7, 2020
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.

4 participants