Skip to content

Commit

Permalink
fixed path to provenance db
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 7, 2023
1 parent 89f6fa4 commit e11991f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duck/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from rdflib.plugins.sparql import prepareQuery

# Provide the path to the SQLite database in the local folder
DB_URL = "sqlite:///provenance.sqlite"
DB_URL = "sqlite:////var/lib/pywps/db/provenance.sqlite"


class GraphDB(object):
Expand Down

0 comments on commit e11991f

Please sign in to comment.