diff options
-rw-r--r-- | sos/plugins/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sos/plugins/__init__.py b/sos/plugins/__init__.py index fda8fa29..40a54c29 100644 --- a/sos/plugins/__init__.py +++ b/sos/plugins/__init__.py @@ -800,8 +800,8 @@ class Plugin(object): value = (defaulttype)(value) parms['enabled'] = value return True - else: - return False + else: + return False def get_option(self, optionname, default=0): """Returns the first value that matches 'optionname' in parameters |