Skip to content

Commit 544dddf

Browse files
committed
Removed forcing of runtime_profile to be off:
1 parent 5733af9 commit 544dddf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/pipeline/plugins/multiproc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def run_node(node, updatehash, runtime_profile=False):
3434

3535
# Init variables
3636
result = dict(result=None, traceback=None)
37-
runtime_profile = False
3837

3938
# If we're profiling the run
4039
if runtime_profile:

0 commit comments

Comments
 (0)