Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
4a8db470
Commit
4a8db470
authored
Dec 04, 2017
by
Tiago de Freitas Pereira
Browse files
Enabled the assignment of the variable env via config
parent
29ae368a
Pipeline
#14543
passed with stages
in 10 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/tools/command_line.py
View file @
4a8db470
...
...
@@ -295,7 +295,10 @@ def parse_config_file(parsers, args, args_dictionary, keywords, skips):
take_from_config_or_command_line
(
args
,
config
,
"sub_directory"
,
parser
.
get_default
(
"sub_directory"
),
is_resource
=
False
)
take_from_config_or_command_line
(
args
,
config
,
"env"
,
parser
.
get_default
(
"env"
),
is_resource
=
False
)
skip_keywords
=
tuple
([
'skip_'
+
k
.
replace
(
'-'
,
'_'
)
for
k
in
skips
])
for
keyword
in
keywords
+
skip_keywords
+
(
'execute_only'
,):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment