mirror of
https://github.com/clearml/clearml
synced 2025-02-01 17:43:43 +00:00
Fix reporting after task closing
This commit is contained in:
parent
9b962bae4b
commit
1986ec43fd
@ -197,6 +197,7 @@ class Reporter(InterfaceBase, AbstractContextManager, SetupUploadMixin, AsyncMan
|
|||||||
"""
|
"""
|
||||||
Flush cached reports to backend.
|
Flush cached reports to backend.
|
||||||
"""
|
"""
|
||||||
|
if self._report_service:
|
||||||
self._report_service.flush()
|
self._report_service.flush()
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user