Commit 84caa7c
LittleCoinCoin
fix: replace blocking input() with TTY-aware request_confirmation
Replace direct input() call in Python environment removal with
TTY-aware request_confirmation() function to prevent hanging
in non-TTY environments during automated testing.
Ensures consistent non-TTY handling across all CLI confirmation
prompts in the Hatch package manager.1 parent 799e1fa commit 84caa7c
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | | - | |
| 1023 | + | |
1024 | 1024 | | |
1025 | | - | |
1026 | | - | |
| 1025 | + | |
1027 | 1026 | | |
1028 | 1027 | | |
1029 | 1028 | | |
| |||
0 commit comments