Skip to content
Snippets Groups Projects
Commit 630fd1c9 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

Added missing arument for verbosity_option

parent ff5f2af3
No related branches found
No related tags found
1 merge request!17Resolve "Switch to new CI/CD configuration"
Pipeline #69873 passed
...@@ -186,7 +186,7 @@ $ bob fusion boundary -vvv {sys1,sys2}/scores-eval -m /path/to/Model.pkl ...@@ -186,7 +186,7 @@ $ bob fusion boundary -vvv {sys1,sys2}/scores-eval -m /path/to/Model.pkl
help="If True, it will skip checking for the consistency " help="If True, it will skip checking for the consistency "
"between scores.", "between scores.",
) )
@verbosity_option() @verbosity_option(logger)
def boundary( def boundary(
scores, scores,
model_file, model_file,
......
...@@ -231,7 +231,7 @@ $ bob fusion fuse -vvv sys_bio/scores-{world,dev,eval} sys_pad/scores-{train,dev ...@@ -231,7 +231,7 @@ $ bob fusion fuse -vvv sys_bio/scores-{world,dev,eval} sys_pad/scores-{train,dev
show_default=True, show_default=True,
help="Whether to overwrite existing files.", help="Whether to overwrite existing files.",
) )
@verbosity_option() @verbosity_option(logger)
def fuse( def fuse(
scores, scores,
algorithm, algorithm,
......
...@@ -26,7 +26,7 @@ $ bob fusion resource -v ...@@ -26,7 +26,7 @@ $ bob fusion resource -v
multiple=True, multiple=True,
help="List only the resources from these packages.", help="List only the resources from these packages.",
) )
@verbosity_option() @verbosity_option(logger)
@click.pass_context @click.pass_context
def resource(ctx, packages, **kwargs): def resource(ctx, packages, **kwargs):
"""Lists fusion algorithm resources.""" """Lists fusion algorithm resources."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment