From ca598239996ded76ac76d6a4380ea59f4848fd28 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Fri, 15 Jul 2016 01:59:25 +0200 Subject: [PATCH] fix redis mutual exclusion (part 2) --- plugins.d/python.d.plugin | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin index 5186d8ba..10d881b3 100755 --- a/plugins.d/python.d.plugin +++ b/plugins.d/python.d.plugin @@ -334,6 +334,7 @@ class PythonCharts(object): if new_name in overridden: msg.error(job.chart_name + " already exists. Stopping '" + job.name + "'") self._stop(job) + i -= 1 else: job.name = job.override_name msg.debug(job.chart_name + " changing chart name to: '" + new_name + "'") -- 2.39.2