Skip to content

Commit 6566e6e

Browse files
matteomancinieffigies
authored andcommitted
Removed line that excluded fields parameter during export.
1 parent 14a304a commit 6566e6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/pipeline/engine/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ def format_node(node, format="python", include_config=False):
365365
comment = "# Node: %s" % node.fullname
366366
spec = signature(node.interface.__init__)
367367
args = [p.name for p in list(spec.parameters.values())]
368-
args = args[1:]
369368
if args:
370369
filled_args = []
371370
for arg in args:

0 commit comments

Comments
 (0)