Skip to content

Commit 08a485d

Browse files
committed
Manual merge of s3_datasink and resource_multiproc branch for cpac run
1 parent 97e7333 commit 08a485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ def run_command(runtime, output=None, timeout=0.01, redirect_x=False):
12331233
try:
12341234
from memory_profiler import _get_memory
12351235
import psutil
1236-
mem_proc = True
1236+
mem_prof = True
12371237
except:
12381238
mem_prof = False
12391239

0 commit comments

Comments
 (0)