Commit 7c369a6
committed
fix: add missing f-prefix in _normalize_token() error message
The error message was a plain string, causing {token!r} to be printed
literally instead of interpolating the actual token value. This makes
debugging stop_tokens / forbidden_tokens misconfigurations impossible.
Fixes #6581 parent 5621d2d commit 7c369a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
0 commit comments