fix: update log file arg names in cli scripts
This commit is contained in:
parent
36ff75576c
commit
6a5c5931d4
@ -13,7 +13,7 @@ def parse_args() -> argparse.Namespace:
|
||||
"probs", description="Calculating probability from finished bayesrun"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--log_file",
|
||||
"--log-file",
|
||||
type=str,
|
||||
help="A filename for logging to, if not provided will only log to stderr",
|
||||
default=None,
|
||||
|
@ -14,7 +14,7 @@ def parse_args() -> argparse.Namespace:
|
||||
description="Calculating probability from finished subset sim run",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--log_file",
|
||||
"--log-file",
|
||||
type=str,
|
||||
help="A filename for logging to, if not provided will only log to stderr",
|
||||
default=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user