Skip to content

Commit

Permalink
better store management
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmccu committed Sep 9, 2016
1 parent 2124b1f commit 06acb52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setlr.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def process_row(row, template, rowname, table, resources):
result = ConjunctiveGraph()
if generated[RDF.type : setl.Persisted]:
result = ConjunctiveGraph(store="Sleepycat")
result = ConjunctiveGraph(store=storeType)
if generated[RDF.type : setl.Persisted]:
tempdir = tempfile.mkdtemp()
print "Persisting", generated.identifier, "to", tempdir
Expand Down

0 comments on commit 06acb52

Please sign in to comment.