aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/veritas.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/veritas.py b/sos/plugins/veritas.py
index 8d5dff8a..176e1d16 100644
--- a/sos/plugins/veritas.py
+++ b/sos/plugins/veritas.py
@@ -23,7 +23,8 @@ class Veritas(Plugin, RedHatPlugin):
# Information about VRTSexplorer obtained from
# http://seer.entsupport.symantec.com/docs/243150.htm
- option_list = [("script", "Define VRTSexplorer script path", "", "/opt/VRTSspt/VRTSexplorer")]
+ option_list = [("script", "Define VRTSexplorer script path", "",
+ "/opt/VRTSspt/VRTSexplorer")]
def check_enabled(self):
return os.path.isfile(self.get_option("script"))