Skip to content

Commit

Permalink
ensure terms in the term list table are id resolvable
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypatil96 committed Oct 17, 2023
1 parent 256350c commit 92fcff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/term_list_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

output_file = sys.argv[1]

docgen = DocGenerator("src/mixs/schema/mixs.yaml", directory="docs")
docgen = DocGenerator("src/mixs/schema/mixs.yaml", template_directory="src/doc-templates", directory="docs", use_slot_uris=True)
terms = list(docgen.all_slot_objects())

try:
Expand Down

0 comments on commit 92fcff8

Please sign in to comment.