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 a094260 commit 14b2015
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 @@ -133,7 +133,7 @@ def read_subdomain_index(index_file):
fh2_index.write(ttl)
concept_csv_dir = os.path.abspath(index_file)
concept_csv_file = f"{concept_csv_dir}/{row3['Name']}/index.csv"
if concept_csv_file.exists():
if os.path.exists(concept_csv_file):
read_subdomain_index(concept_csv_file)


Expand Down

0 comments on commit 14b2015

Please sign in to comment.