Skip to content

Commit

Permalink
Troubleshoot load all vocabs test workflow #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedgell committed Jul 10, 2023
1 parent f27d9bf commit b4b7c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/load_all_vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
ENDPOINT = f"{BASE_DB_URI}/statements"
print(ENDPOINT)
DB_USERNAME = os.environ.get("DB_USERNAME", None)
print(DB_USERNAME)
DB_PASSWORD = os.environ.get("DB_PASSWORD", None)
print(DB_PASSWORD)

# get a list of pathname strings of all the turtle files in the vocabularies folder
voc_strings = glob.glob(str(Path(__file__).parent.parent / "vocabularies") + "/*.ttl")
Expand Down

0 comments on commit b4b7c75

Please sign in to comment.