Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
e782fe21
Unverified
Commit
e782fe21
authored
Jan 06, 2022
by
liuzhe-lz
Committed by
GitHub
Jan 06, 2022
Browse files
fix typo (#4449)
parent
94e98240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nni/tools/nnictl/launcher.py
nni/tools/nnictl/launcher.py
+1
-1
No files found.
nni/tools/nnictl/launcher.py
View file @
e782fe21
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment