Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mkexp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esmenv
mkexp
Commits
c74710d5
Commit
c74710d5
authored
9 years ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
Fixed error message for missing option config (missing space, wrong name)
parent
1df46bba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
expconfig.py
+2
-2
2 additions, 2 deletions
expconfig.py
with
2 additions
and
2 deletions
expconfig.py
+
2
−
2
View file @
c74710d5
...
...
@@ -359,8 +359,8 @@ class ExpConfig(ConfigObj):
split_jobs
(
pre_config
)
register_version
(
pre_config
,
config_versions
)
else
:
feedback
.
warning
(
"
cannot find
option
config for
'
%s
'
, using
"
+
"
default/experiment only
"
,
experiment_type
)
feedback
.
warning
(
"
cannot find config for
option
'
%s
'
, using
"
+
"
default/experiment
type
only
"
,
option
)
# Read host environment settings from library
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment