From 5affd3b94314821b712bd7230fe7676c807fbb82 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 6 May 2019 20:19:01 +0300 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Dmitriy Rabotjagov --- src/pybind/mgr/zabbix/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/zabbix/module.py b/src/pybind/mgr/zabbix/module.py index fd471eea54d7..8f30233d7d6b 100644 --- a/src/pybind/mgr/zabbix/module.py +++ b/src/pybind/mgr/zabbix/module.py @@ -139,7 +139,7 @@ class Module(MgrModule): if option == 'discovery_interval' and value < 10: raise RuntimeError( - "discovery_interval should not be more frequent" + "discovery_interval should not be more frequent " "than once in 10 regular data collection" ) -- 2.47.3