Skip to content

Commit e8bf3c8

Browse files
committed
Fixing a bug in handling --logging-config-path
1 parent ab7b6bf commit e8bf3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plain2code_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def create_parser():
328328

329329
parser.add_argument(
330330
"--logging-config-path",
331-
action="store_true",
331+
type=str,
332332
default="logging_config.yaml",
333333
help="Path to the logging configuration file.",
334334
)

0 commit comments

Comments
 (0)