Skip to content

Commit a078bdc

Browse files
committed
Preseed database needs to be a file not a directory.
Clearly that option was never tested :(.
1 parent d260318 commit a078bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

planemo/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def galaxy_sqlite_database_option():
5959
"--galaxy_sqlite_database",
6060
default=None,
6161
use_global_config=True,
62-
type=click.Path(exists=True, file_okay=False, resolve_path=True),
62+
type=click.Path(exists=True, file_okay=True, resolve_path=True),
6363
help="Preseeded Galaxy sqlite database to target.",
6464
)
6565

0 commit comments

Comments
 (0)