From f4be527a213cffa3de25d5a1ce94db4de721d52c Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 2 Jan 2020 11:55:59 +0200 Subject: [PATCH] Fix typo --- trains/binding/matplotlib_bind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trains/binding/matplotlib_bind.py b/trains/binding/matplotlib_bind.py index b57cf0ef..5dc2bc75 100644 --- a/trains/binding/matplotlib_bind.py +++ b/trains/binding/matplotlib_bind.py @@ -126,7 +126,7 @@ class PatchedMatplotlib: @staticmethod def update_current_task(task): - # make sure we have a default value + # make sure we have a default vale if PatchedMatplotlib._global_image_counter_limit is None: from ..config import config PatchedMatplotlib._global_image_counter_limit = config.get('metric.matplotlib_untitled_history_size', 100)