Commit 7e75327
committed
fix(ecs): fix timeout behavior in ECS monitoring commands
This fixes an issue where the command would not properly exit the
display upon timeout. Once properly exiting on timeout, Colorama would
fall into an infinite loop due to its autoreset behavior.
Changes:
- Set colorama autoreset=False to prevent infinite loop
- Timeout exit already handled by display strategy pattern1 parent b0d44a2 commit 7e75327
File tree
2 files changed
+6
-1
lines changed- .changes/next-release
- awscli/customizations/ecs/expressgateway
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments