From 9ab565fa023f7844ea4bb4649bbbf38726f0e285 Mon Sep 17 00:00:00 2001 From: kba Date: Wed, 29 Oct 2025 21:02:42 +0100 Subject: [PATCH] model basedir might be a symlink --- src/eynollah/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eynollah/cli.py b/src/eynollah/cli.py index d194565..5ab3c9f 100644 --- a/src/eynollah/cli.py +++ b/src/eynollah/cli.py @@ -23,7 +23,7 @@ class EynollahCliCtx: "--model-basedir", "-m", help="directory of models", - type=click.Path(exists=True, file_okay=False), + type=click.Path(exists=True), default=f'{os.getcwd()}/models_eynollah', ) @click.option(