Skip to content

Commit

Permalink
updating comments
Browse files Browse the repository at this point in the history
  • Loading branch information
XuguangSong98 committed Sep 18, 2022
1 parent 13e9084 commit e0d5746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdflib/plugins/parsers/trigstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -2720,7 +2720,7 @@ def graph(self, argstr, i):
reason2 = self._reason2
self._reason2 = becauseSubGraph
self._context = self._store.newGraph(graph)
print(self._context)
# print(self._context)
while 1:
i = self.skipSpace(argstr, j)
if i < 0:
Expand Down Expand Up @@ -2764,7 +2764,7 @@ def parse(
)

# we're currently being handed a Graph, not a ConjunctiveGraph
print("Contextawareasdasdasdasd\n\n\n\n", graph.store.context_aware)
# print("Contextawareasdasdasdasd\n\n\n\n", graph.store.context_aware)
assert graph.store.context_aware, "TriG Parser needs a context-aware store!"

conj_graph = ConjunctiveGraph(store=graph.store, identifier=graph.identifier)
Expand Down

0 comments on commit e0d5746

Please sign in to comment.