Skip to content

Commit e83351b

Browse files
andrewm4894Copilot
andauthored
Update dashboard/state.py
Co-authored-by: Copilot <[email protected]>
1 parent 3a87e4c commit e83351b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboard/state.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def _ensure_metric_batches_loaded(self):
138138
if not self._specs_loaded:
139139
self._ensure_specs_loaded()
140140

141-
self._metric_batches = get_metric_batches(source="all")
142-
if not self._metric_batches:
143-
log.warning("No metric batches found.")
141+
self._metric_batches = get_metric_batches(source="all")
142+
if not self._metric_batches:
143+
log.warning("No metric batches found.")
144144
self._metric_batches = []
145145

146146
if self._specs and self._metric_batches:

0 commit comments

Comments
 (0)