Skip to content

Commit f67d04b

Browse files
committed
fixed small error
1 parent 6961f02 commit f67d04b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/utils/nipype2boutiques.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ def generate_boutiques_descriptor(
131131

132132
def generate_tool_outputs(outputs, interface, tool_desc, verbose, first_run):
133133
for name, spec in sorted(outputs.traits(transient=None).items()):
134-
output = get_boutiques_output(outputs, name, spec, interface, tool_desc['inputs'],
135-
verbose)
134+
output = get_boutiques_output(outputs, name, spec, interface, tool_desc['inputs'])
136135
# If this is the first time we are generating outputs, add the full output to the descriptor.
137136
# Otherwise, find the existing output and update its path template if it's still undefined.
138137
if first_run:

0 commit comments

Comments
 (0)