From 9a93684cf3edcb728a144ab421fa6b86ae8a70c5 Mon Sep 17 00:00:00 2001 From: u79923 Date: Mon, 10 Jul 2023 14:23:59 +1000 Subject: [PATCH] Troubleshoot load all vocabs test workflow #2. --- scripts/load_all_vocabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/load_all_vocabs.py b/scripts/load_all_vocabs.py index 6b5aab4..b67105a 100644 --- a/scripts/load_all_vocabs.py +++ b/scripts/load_all_vocabs.py @@ -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 = []