Skip to content

Commit 4aaa2d8

Browse files
committed
FIX: Custom error handling
1 parent cd45f0e commit 4aaa2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/utils/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def setup_migas(init_ping: bool = True, exit_ping: bool = True) -> None:
204204
migas.track_exit(
205205
'nipreps/fmriprep',
206206
__version__,
207-
{'NodeExecutionEror', node_execution_error},
207+
{'NodeExecutionError': node_execution_error},
208208
)
209209

210210

0 commit comments

Comments
 (0)