Skip to content

Commit

Permalink
Fix tab/space indentation.
Browse files Browse the repository at this point in the history
Causes a syntax error in Python 3
  • Loading branch information
gjhiggins committed Oct 19, 2013
1 parent 303ad32 commit 616f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/plugins/parsers/pyRdfa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def copyErrors(tog, options) :
for k,ns in options.processor_graph.graph.namespaces() :
tog.bind(k,ns)
if pgraph != None : pgraph.bind(k,ns)
options.reset_processor_graph()
options.reset_processor_graph()
return tog

# Separating this for a forward Python 3 compatibility
Expand Down

0 comments on commit 616f37e

Please sign in to comment.