Skip to content

Commit ae27346

Browse files
authored
fix: remove python argument setting for monitor
1 parent 1a476b4 commit ae27346

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/utils/profiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def __init__(self, pid, freq=0.2, fname=None, cwd=None):
6464
)
6565
self._logfile = open(self._fname, "w")
6666
self._freq = freq
67-
self._python = python
6867

6968
# Dump first sample to file
7069
print(",".join(_sample), file=self._logfile)

0 commit comments

Comments
 (0)