Skip to content

Commit

Permalink
[#123][Crum/Images] Fix typo in file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
pishoyg committed Aug 7, 2024
1 parent 48591f2 commit be0bf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionary/marcion.sourceforge.net/img_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def params_str(params: dict) -> str:
argparser.add_argument(
"--input_tsv",
type=str,
default="dictionary/marcion.sourceforge.net/data/output/roots.tsv",
default="dictionary/marcion.sourceforge.net/data/output/tsv/roots.tsv",
help="Input TSV.",
)

Expand Down

0 comments on commit be0bf4e

Please sign in to comment.