Commit 90ba8c6
committed
fix(git_helper): use sys.exit(1) and stderr for module-level validation errors
- exit(-1) → sys.exit(1): Windows displays -1 as unsigned 4294967295
- print() → print(file=sys.stderr): error messages belong on stderr
- Add f-string prefix to COMFYUI_PATH error message (variable was not interpolated)1 parent 0dde750 commit 90ba8c6
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments