Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josusky committed Mar 13, 2024
1 parent 794de35 commit 8046a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/codelists2ttl.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def write_ttl_file(ttl: str, ttl_base_path: Path, relative_path: Path, verbose:

def process_subdomain_index(relative_path: Path, csv_base_path: Path, ttl_base_path: Path, verbose: bool = False):
"""
Processes recessively all index.csv files in csv_base_path/relative_path and write output to ttl_base_path/relative_path/
Processes recursively all index.csv files in csv_base_path/relative_path and write output to ttl_base_path/relative_path/
:param relative_path: relative path to start with
:param csv_base_path: base path where to look for CSV files
Expand Down

0 comments on commit 8046a6a

Please sign in to comment.