Unverified Commit e782fe21 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

fix typo (#4449)

parent 94e98240
...@@ -34,7 +34,7 @@ def create_experiment(args): ...@@ -34,7 +34,7 @@ def create_experiment(args):
logging.getLogger('nni').setLevel(logging.INFO) logging.getLogger('nni').setLevel(logging.INFO)
if not config_file.is_file(): if not config_file.is_file():
_logger.error('"{config_file}" is not a valid file.') _logger.error(f'"{config_file}" is not a valid file.')
exit(1) exit(1)
with config_file.open() as config: with config_file.open() as config:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment