Commit ded73b1
committed
[FIX] Handle None response model in fetch_outputs_with_tree
When the trace server returns a non-200 status for both datatree and
timegraph tree endpoints, response.model is None. Accessing .model on
None caused an AttributeError, failing CI tests.1 parent e76ab3f commit ded73b1
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
268 | 272 | | |
269 | 273 | | |
270 | 274 | | |
| |||
0 commit comments