Skip to content

Commit e13e313

Browse files
chrisgorgosatra
authored andcommitted
outdict is not used anymore, removed commented line
1 parent 1133dc3 commit e13e313

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/io.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ def __init__(self, infields=None, outfields=None, **kwargs):
359359
traits.Dict(traits.Enum(outfields),
360360
desc="arguments that fit into template"))
361361
undefined_traits['field_template'] = Undefined
362-
#self.inputs.remove_trait('template_args')
363-
outdict = {}
364362
if not isdefined(self.inputs.template_args):
365363
self.inputs.template_args = {}
366364
for key in outfields:

0 commit comments

Comments
 (0)