summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/hello
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/hello')
-rw-r--r--src/pybind/mgr/hello/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/mgr/hello/module.py b/src/pybind/mgr/hello/module.py
index 469173b21e9..b164dfb620d 100644
--- a/src/pybind/mgr/hello/module.py
+++ b/src/pybind/mgr/hello/module.py
@@ -83,7 +83,7 @@ class Hello(MgrModule):
for opt in self.MODULE_OPTIONS:
setattr(self,
opt['name'],
- self.get_module_option(opt['name']) or opt['default'])
+ self.get_module_option(opt['name']))
self.log.debug(' mgr option %s = %s',
opt['name'], getattr(self, opt['name']))
# Do the same for the native options.