aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sos/plugins/__init__.py b/sos/plugins/__init__.py
index 0cff7f2b..ed55ea38 100644
--- a/sos/plugins/__init__.py
+++ b/sos/plugins/__init__.py
@@ -818,8 +818,7 @@ class Plugin(object):
value = (defaulttype)(value)
parms['enabled'] = value
return True
- else:
- return False
+ return False
def get_option(self, optionname, default=0):
"""Returns the first value that matches 'optionname' in parameters