We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f8b78 commit 360584dCopy full SHA for 360584d
nipype/pipeline/engine/nodes.py
@@ -81,7 +81,7 @@ def _write_inputs(node):
81
if type(val) == str:
82
try:
83
func = create_function_from_source(val)
84
- except RuntimeError, e:
+ except RuntimeError:
85
lines.append("%s.inputs.%s = '%s'" % (nodename, key, val))
86
else:
87
funcname = [name for name in func.func_globals
0 commit comments