Skip to content

Commit

Permalink
fix: subprocess ran on path instead of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
1 parent 2790188 commit dec91e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dacy/datasets/dane.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def dane( # noqa
"-m",
"spacy",
"convert",
cpath,
save_path, # type: ignore
str(cpath),
str(save_path),
"--converter",
"conllu",
"--merge-subtokens",
Expand Down

0 comments on commit dec91e2

Please sign in to comment.