Skip to content

Commit 232ca65

Browse files
committed
tst: fix variable name
1 parent 2391f7e commit 232ca65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_runtime_profiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from nipype.interfaces.base import (traits, CommandLine, CommandLineInputSpec,
1212
runtime_profile)
1313

14-
runtime_profile = True
14+
run_profile = True
1515
if runtime_profile:
1616
try:
1717
import psutil

0 commit comments

Comments
 (0)