[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Gerhard Lausser gerhard.lausser at consol.de
Tue Feb 28 22:15:08 UTC 2012


The following commit has been merged in the debian/master branch:
commit 23b246d2494c248af7dcea34d09f2f92c390c776
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date:   Sat Jan 21 12:20:23 2012 +0100

    FIX a missing linebreak

diff --git a/shinken/basemodule.py b/shinken/basemodule.py
index fd32723..b525ff7 100644
--- a/shinken/basemodule.py
+++ b/shinken/basemodule.py
@@ -92,7 +92,8 @@ class BaseModule(object):
         self.modules = getattr(mod_conf, 'modules', [])
         self.props = mod_conf.properties.copy()
         # TODO: choose between 'props' or 'properties'..
-        self.interrupted = Falseself.properties = self.props 
+        self.interrupted = False
+        self.properties = self.props 
         self.is_external = self.props.get('external', False)
         # though a module defined with no phase is quite useless .
         self.phases = self.props.get('phases', []) 

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list