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
FSL
fslpy
Commits
b118c2d0
Commit
b118c2d0
authored
Mar 03, 2018
by
Paul McCarthy
🚵
Browse files
Bugfix in _FileOrThing.__prepareThings
parent
68edbe72
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/wrappers/wrapperutils.py
View file @
b118c2d0
...
...
@@ -558,8 +558,8 @@ class _FileOrThing(object):
allargs
=
{
k
:
v
for
k
,
v
in
zip
(
argnames
,
args
)}
allargs
.
update
(
kwargs
)
if
len
(
self
.
__things
)
==
0
:
things
=
self
.
__things
else
:
things
=
allargs
.
keys
()
if
len
(
self
.
__things
)
>
0
:
things
=
self
.
__things
else
:
things
=
allargs
.
keys
()
for
name
in
things
:
...
...
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