Skip to content

Commit 2a7c792

Browse files
committed
Fix option bug with click 6.0.
Thanks for @bgruening for hunting this down. Fixes #385.
1 parent 891b395 commit 2a7c792

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

planemo/options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def shed_project_arg(multiple=True):
269269
return click.argument(
270270
name,
271271
metavar="PROJECT",
272-
default=".",
273272
type=arg_type,
274273
nargs=nargs,
275274
callback=_optional_tools_default,

0 commit comments

Comments
 (0)