mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
model basedir might be a symlink
This commit is contained in:
parent
4772fd17e2
commit
9ab565fa02
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class EynollahCliCtx:
|
||||||
"--model-basedir",
|
"--model-basedir",
|
||||||
"-m",
|
"-m",
|
||||||
help="directory of models",
|
help="directory of models",
|
||||||
type=click.Path(exists=True, file_okay=False),
|
type=click.Path(exists=True),
|
||||||
default=f'{os.getcwd()}/models_eynollah',
|
default=f'{os.getcwd()}/models_eynollah',
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue