aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2013-04-26 18:41:36 +0100
committerBryn M. Reeves <bmr@redhat.com>2013-04-26 18:41:36 +0100
commit60b0b1100a1aa9dd9246f0e5ecf29e50d984c6f6 (patch)
treea357b35a87122d12f0fa2853715423e3fd8f9324
parent2370dfc6cba56bb80656c10f37ac0b8ccda3884d (diff)
downloadsos-60b0b1100a1aa9dd9246f0e5ecf29e50d984c6f6.tar.gz
Fix long lines in veritas plug-in
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-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"))