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 98491a7 commit eba4090
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 @@ -164,7 +164,7 @@ def read_subdomain_index(index_file):
subregister_url = f"{subreg_baseurl}/{row['Name']}"
subregisters.append(f"<{subregister_url}>")
register_ttl_dir = ttl_files_path
register_ttl_file = ttl_files_path / f"{row['Name']}.ttl"
register_ttl_file = f"{ttl_files_path}/{row['Name']}.ttl"
print(f'Generating {register_ttl_file}')
register_ttl_dir.mkdir()

Expand Down

0 comments on commit eba4090

Please sign in to comment.