Skip to content

Commit 822d128

Browse files
committed
fix: last time I promise
1 parent e7e1fdb commit 822d128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/python/build/create-schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def extract_labels_and_placeholders(DATA_G: rdflib.Graph) -> dict:
6565
schema_json[f"{slug}_placeholder"] = str(row.comment)
6666
return schema_json
6767

68-
DATA_G = generate_schema_graph(str(os.getcwd()) + "/build/ontology_combined.turtle" )
68+
DATA_G = generate_schema_graph(str(os.getcwd()) + "/build/ontology_combined.ttl" )
6969

7070
schema_json = extract_labels_and_placeholders(DATA_G)
7171
os.makedirs(str(os.getcwd()) + "/build/locales/en", exist_ok=True)

0 commit comments

Comments
 (0)