From 60b0b1100a1aa9dd9246f0e5ecf29e50d984c6f6 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 26 Apr 2013 18:41:36 +0100 Subject: Fix long lines in veritas plug-in Signed-off-by: Bryn M. Reeves --- sos/plugins/veritas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")) -- cgit