Commit 205eae1
authored
Stop dumping full Click context dict in update-breeze-cmd-output (#65667)
The update-breeze-cmd-output prek hook called `breeze setup
regenerate-command-images`, which printed the entire Click context
dict (60K+ lines) when VERBOSE was set. CI runs prek with VERBOSE=true,
so a failure of this hook drowned the actual error message under the
dump (e.g. https://github.com/apache/airflow/actions/runs/24765956624/job/72462411984?pr=65660).
The dump was a leftover developer debug print and provided no
actionable information.1 parent c43c778 commit 205eae1
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
357 | 355 | | |
358 | 356 | | |
359 | 357 | | |
| |||
0 commit comments