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
Evan Edmond
fslpy
Commits
57ed2024
Commit
57ed2024
authored
Jul 06, 2018
by
Paul McCarthy
🚵
Browse files
BF: Out prefix argument should not be processed
parent
4aad41a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/wrappers/wrapperutils.py
View file @
57ed2024
...
@@ -726,6 +726,11 @@ class _FileOrThing(object):
...
@@ -726,6 +726,11 @@ class _FileOrThing(object):
for
name
,
val
in
list
(
allargs
.
items
()):
for
name
,
val
in
list
(
allargs
.
items
()):
# don't process the
# outprefix argument
if
name
==
self
.
__outprefix
:
continue
# is this argument referring
# is this argument referring
# to a prefixed output?
# to a prefixed output?
isprefixed
=
(
prefix
is
not
None
and
isprefixed
=
(
prefix
is
not
None
and
...
...
Write
Preview
Supports
Markdown
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