From: Sebastian Wagner Date: Mon, 6 May 2019 17:19:01 +0000 (+0300) Subject: Apply suggestions from code review X-Git-Tag: v15.1.0~2751^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26152%2Fhead;p=ceph.git Apply suggestions from code review Signed-off-by: Dmitriy Rabotjagov --- diff --git a/src/pybind/mgr/zabbix/module.py b/src/pybind/mgr/zabbix/module.py index fd471eea54d7d..8f30233d7d6bc 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" )