Commit a6e7ec6
committed
fix(checks): use utf8 explicitly in redundancy
Fixes an issue on Windows where CP1252 is an assumed encoding (until
Python 3.15), causing a unicode character in after-the-deadline to fail
decoding. This does not affect Unix or adjacent platforms.1 parent eafe4c7 commit a6e7ec6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments