mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 02:46:53 +00:00
Fix debug images not returned for tasks in new db
This commit is contained in:
parent
74acaa31df
commit
4eff657810
@ -86,7 +86,7 @@ class MetricEventsIterator:
|
||||
task_id: company_id
|
||||
for task_id, company_id in companies.items()
|
||||
if not check_empty_data(
|
||||
self.es, company_id=company_id, event_type=EventType.metrics_scalar
|
||||
self.es, company_id=company_id, event_type=self.event_type
|
||||
)
|
||||
}
|
||||
if not companies:
|
||||
|
Loading…
Reference in New Issue
Block a user