mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Rename Task.reporter to Task._reporter (deprecated)
This commit is contained in:
@@ -384,7 +384,7 @@ class PatchedMatplotlib:
|
||||
_pylab_helpers.Gcf.set_active(stored_figure)
|
||||
|
||||
# get the main task
|
||||
reporter = PatchedMatplotlib._current_task.reporter
|
||||
reporter = PatchedMatplotlib._current_task._reporter
|
||||
if reporter is not None:
|
||||
if mpl_fig.texts:
|
||||
plot_title = mpl_fig.texts[0].get_text()
|
||||
|
||||
Reference in New Issue
Block a user