Skip to content

Commit 62338e7

Browse files
authored
Update profiler.py
1 parent a38c506 commit 62338e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/utils/profiler.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def run(self):
110110
wait_til += self._freq
111111
self._event.wait(max(0, wait_til - time()))
112112

113-
114113
# Log node stats function
115114
def log_nodes_cb(node, status):
116115
"""Function to record node run statistics to a log file as json

0 commit comments

Comments
 (0)