Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axif0 committed Oct 5, 2024
1 parent 676f9e3 commit ed2f5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scribe_data/wikidata/query_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def query_data(languages=None, word_types=None, overwrite=None):

# Call the corresponding formatting file.
os.system(
f"python3 {PATH_TO_LANGUAGE_EXTRACTION_FILES / lang / target_type / f'format_{target_type}.py'}"
f'python3 "{PATH_TO_LANGUAGE_EXTRACTION_FILES / lang / target_type / f"format_{target_type}.py"}"'
)

with open(
Expand Down

0 comments on commit ed2f5ca

Please sign in to comment.