Skip to content

Commit 1a476b4

Browse files
authored
fix: maintain consistent interface of mock monitor
1 parent b9014ef commit 1a476b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def fname(self):
3232
"""Get/set the internal filename"""
3333
return None
3434

35-
def __init__(self, pid, freq=5, fname=None, python=True):
35+
def __init__(self, pid, freq=5, fname=None, cwd=None):
3636
pass
3737

3838
def start(self):

0 commit comments

Comments
 (0)