Skip to content

Commit 80940f0

Browse files
committed
change path to log_path in config unpack
1 parent ea81cb1 commit 80940f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypernets_processor/utils/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def configure_logging(fname=None, verbose=None, quiet=None, config=None):
4343
"""
4444

4545
if config is not None:
46-
fname = get_config_value(config, "Log", "path", dtype=str)
46+
fname = get_config_value(config, "Log", "log_path", dtype=str)
4747
verbose = get_config_value(config, "Log", "verbose", dtype=bool)
4848
quiet = get_config_value(config, "Log", "quiet", dtype=bool)
4949

0 commit comments

Comments
 (0)