change default path

This commit is contained in:
Kinan Martin 2025-04-11 10:30:08 +09:00
parent 3eeadd0f3a
commit 1e9bb87305

View File

@ -37,10 +37,10 @@ def get_args():
parser.add_argument(
"--lang-dir",
type=Path,
default=Path("data/lang_char"),
default=Path("data/lang"),
help=(
"Name of lang dir. "
"If not set, this will default to lang_char_{trans-mode}"
"If not set, this will default to data/lang"
),
)