Commit 987cf96
Fix CloudFormation validation error logging
- Use Rich console.print with markup=False to prevent markup parsing errors
- Display readable error message using str(e) instead of JSON formatting
- Fixes MarkupError when CloudFormation errors contain square brackets
- Remove unnecessary f-string prefix and apply code formatting1 parent f4a57a7 commit 987cf96
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1368 | 1368 | | |
1369 | 1369 | | |
1370 | 1370 | | |
1371 | | - | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
1372 | 1375 | | |
1373 | 1376 | | |
1374 | 1377 | | |
| |||
0 commit comments