Skip to content

Commit

Permalink
delete vocabularies.db
Browse files Browse the repository at this point in the history
  • Loading branch information
smrgeoinfo authored Dec 21, 2023
1 parent 5524227 commit dff3b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/vocab.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def load(ctx, uri):
"""Load RDF from the provided local or remote URI."""
L = getLogger()
_s = ctx.obj["store"]
# try running init
_s.__init__(purge_existing=True)
uris = [uri, ]
L.debug(f"uri to load: {uri}")
if uri =="known":
Expand Down

0 comments on commit dff3b5a

Please sign in to comment.