From: Balint Varga Date: Tue, 25 Jun 2019 08:37:04 +0000 (+0200) Subject: self. added for static variable X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcm-plugins.git;a=commitdiff_plain;h=3de8052eaea8c9c4366d6b2f853ea9b84c2184e5 self. added for static variable Signed-off-by: Balint Varga Change-Id: Ie5b9038aedb56f148bb6ec963da11339d083531f --- diff --git a/recuserconfighandlers/rechosthandler/rechosthandler.py b/recuserconfighandlers/rechosthandler/rechosthandler.py index 34a9ddb..f3ec205 100644 --- a/recuserconfighandlers/rechosthandler/rechosthandler.py +++ b/recuserconfighandlers/rechosthandler/rechosthandler.py @@ -34,5 +34,5 @@ class rechosthandler(cmuserconfig.CMUserConfigPlugin): def _set_default_memory(self, confman): hostconf = confman.get_hosts_config_handler() - hostconf.set_default_reserved_memory_to_all_hosts(default_middleware_reserved_memory) + hostconf.set_default_reserved_memory_to_all_hosts(self.default_middleware_reserved_memory)