Skip to content

Commit

Permalink
Update codelists2ttl_sub-discipline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antje-s authored Mar 12, 2024
1 parent 7a8f269 commit 2b02a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/codelists2ttl_sub-discipline.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def read_subdomain_index(index_file):
fh2.write(ttl)

concept_csv_dir = ROOTPATH / 'topic-hierarchy/earth-system-discipline'
concept_csv_file = f"{concept_csv_dir}" / f"{row['Name']}" / "index.csv"
concept_csv_file = f"{concept_csv_dir}/{row['Name']}" / "index.csv"
concept_ttl_file = register_ttl_dir / f"{row['Name']}.ttl"

read_subdomain_index(concept_csv_file)
Expand Down

0 comments on commit 2b02a8a

Please sign in to comment.