You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CPAC/utils/monitoring/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
'''Module to customize Nipype's process monitoring for use in C-PAC
2
2
3
3
See https://fcp-indi.github.io/docs/developer/nodes for C-PAC-specific documentation.
4
-
See https://nipype.readthedocs.io/en/latest/api/generated/nipype.utils.profiler.html for Nipype's documentation.'''# noqa: E501
4
+
See https://nipype.readthedocs.io/en/latest/api/generated/nipype.utils.profiler.html for Nipype's documentation.'''# noqa: E501 # pylint: disable=line-too-long
5
5
from .custom_loggingimportset_up_logger
6
6
from .monitoringimportLoggingHTTPServer, LoggingRequestHandler, \
0 commit comments