From 766164f7534e4d41a1668cc553c51c0ad3c0630f Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Sun, 1 May 2022 21:57:52 +0200 Subject: update notes --- cc_cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cc_cli.py') diff --git a/cc_cli.py b/cc_cli.py index 11e1a40e..a9c20fc1 100755 --- a/cc_cli.py +++ b/cc_cli.py @@ -23,8 +23,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 where the output of the experiment will be stored. May overwrite existing content.", + default=Path("./cc_dset/"), + show_default=True, ) @click.option( "-c", -- cgit v1.3.1