Skip to content
Snippets Groups Projects
Commit b3a4e746 authored by spmohanty's avatar spmohanty
Browse files

use default None for results output path in cli

parent 2fbdd552
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ def demo(args=None): ...@@ -63,7 +63,7 @@ def demo(args=None):
) )
@click.option('--results_path', @click.option('--results_path',
type=click.Path(exists=False), type=click.Path(exists=False),
default=False, default=None,
help="Path where the evaluator should write the results metadata.", help="Path where the evaluator should write the results metadata.",
required=False required=False
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment