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 878be2f commit 7571f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/codelists2ttl_sub-discipline.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ 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}/{row['Name']}" / "index.csv"
concept_ttl_file = register_ttl_dir / f"{row['Name']}.ttl"
concept_csv_file = f"{concept_csv_dir}/{row['Name']}/index.csv"
concept_ttl_file = f"{register_ttl_dir}/{row['Name']}.ttl"

read_subdomain_index(concept_csv_file)

Expand Down

0 comments on commit 7571f90

Please sign in to comment.