Skip to content

Commit 360584d

Browse files
committed
enhance circle CI error reporting
1 parent 74f8b78 commit 360584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _write_inputs(node):
8181
if type(val) == str:
8282
try:
8383
func = create_function_from_source(val)
84-
except RuntimeError, e:
84+
except RuntimeError:
8585
lines.append("%s.inputs.%s = '%s'" % (nodename, key, val))
8686
else:
8787
funcname = [name for name in func.func_globals

0 commit comments

Comments
 (0)