Commit 2154ff1
fix: correct indentation in except block for concise validation errors
The previous commit introduced broken indentation in the except block,
causing a SyntaxError (unmatched ')') that broke all CI checks.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent be1465f commit 2154ff1
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | | - | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
886 | 885 | | |
887 | 886 | | |
888 | 887 | | |
| |||
0 commit comments