From 766164f7534e4d41a1668cc553c51c0ad3c0630f Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Sun, 1 May 2022 21:57:52 +0200 Subject: update notes --- fips_cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fips_cli.py') diff --git a/fips_cli.py b/fips_cli.py index 149d2f81..9ebbf6f1 100755 --- a/fips_cli.py +++ b/fips_cli.py @@ -26,8 +26,10 @@ logger = logging.getLogger(__name__) @click.option( "-o", "--output", - type=click.Path(file_okay=False, dir_okay=True, writable=True, readable=True), + type=click.Path(file_okay=False, dir_okay=True, writable=True, readable=True, resolve_path=True), help="Path to the directory where the output of the 'build' or 'new-run' actions will be stored.", + default=Path("./fips_dset/"), + show_default=True, ) @click.option( "-c", -- cgit v1.3.1