Commit bc889e8
committed
refactor(workspace): replace colorama with Colors class in finders.py
Use the new semantic Colors class for error messages instead of raw
colorama.Fore.RED. This ensures consistent color handling across the
codebase and respects NO_COLOR/FORCE_COLOR environment variables.1 parent 7867fa3 commit bc889e8
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
362 | 361 | | |
363 | 362 | | |
364 | 363 | | |
| 364 | + | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
0 commit comments