Skip to content

Commit 728c011

Browse files
committed
STY: Skip check of bare except
1 parent b1715aa commit 728c011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/reports/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run_reports(
5555
# Count nbr of subject for which report generation failed
5656
try:
5757
robj.generate_report()
58-
except:
58+
except: # noqa: E722
5959
import sys
6060
import traceback
6161

0 commit comments

Comments
 (0)