Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sean Fitzgibbon
fslpy
Commits
15e66320
Commit
15e66320
authored
Jun 11, 2020
by
Michiel Cottaar
Browse files
BUG: default to run fsl_sub in full current environment
parent
db9a3e6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/utils/fslsub.py
View file @
15e66320
...
...
@@ -124,7 +124,7 @@ class SubmitParams(object):
If not set explicitly by the user don't alter the environment in which the script will be submitted
"""
if
self
.
env
is
None
:
self
.
env
=
{}
self
.
env
=
dict
(
os
.
environ
)
def
as_flags
(
self
,
):
"""
...
...
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