Commit d983b9b
committed
review: log non-schema read failures in list_composers (#30)
CodeRabbit flagged that the bare ``except Exception: pass`` adjacent to
the new SchemaError path swallowed decode / SQLite / non-schema errors
silently and returned a partial composer list with no signal. Replace
with a print that surfaces the exception and ``db_path``, matching the
``Schema drift in ...`` line a few lines up. No behaviour change beyond
observability — the loop still continues to the next workspace.1 parent 7774f41 commit d983b9b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments