Skip to content

Commit

Permalink
Update codelists2ttl_toplevels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antje-s authored Mar 12, 2024
1 parent 2b02a8a commit d5501a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/codelists2ttl_toplevels.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def gen_skos_concept(name: str, description: str, source: str = None) -> str:
TTL_FILES_PATH = ROOTPATH / 'wis'
COLLECTIONS = []
print('Generating WTH TTL files')
ttl_files_path = ROOTPATH / 'wis'
ttl_files_path = ROOTPATH / 'wis' / 'topic-hierarchy'
if ttl_files_path.exists():
shutil.rmtree(ttl_files_path)
ttl_files_path.mkdir()
Expand Down

0 comments on commit d5501a1

Please sign in to comment.