Skip to content

Commit

Permalink
Troubleshoot load all vocabs test workflow #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedgell committed Jul 10, 2023
1 parent a702b7d commit 9a93684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load_all_vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# 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")
print(voc_strings)
# print(voc_strings)

# build a list of Path objects using the pathname strings
voc_paths = []
Expand Down

0 comments on commit 9a93684

Please sign in to comment.