Commit 2f3f46c
weihaitian
fix: remove emoji from check_ids.py for Windows compatibility
Replace emoji characters with ASCII text to avoid UnicodeEncodeError
on Windows systems with GBK encoding.
- ❌ → [ERROR]
- ✅ → [OK]
This ensures all make check commands work across platforms.1 parent c207f11 commit 2f3f46c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments