aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-06-10 13:46:23 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-06-10 13:46:23 +0000
commit5fb83ab1c0f5f86452cf87b9a9e8b30583fb289f (patch)
treea911c231d07bfb2b4697a166b2c133dfeead472e
parent2d6ee1bb66ef181cad6b0e335cc3e436837f71f7 (diff)
downloadsos-5fb83ab1c0f5f86452cf87b9a9e8b30583fb289f.tar.gz
Syntax fix in veritasrhel-6-start
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@973 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--sos/plugins/veritas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/veritas.py b/sos/plugins/veritas.py
index 8ea8b8fb..53ae030f 100644
--- a/sos/plugins/veritas.py
+++ b/sos/plugins/veritas.py
@@ -37,7 +37,7 @@ class veritas(sos.plugintools.PluginBase):
if len(tarfile) == 1:
self.addCopySpec(tarfile[0])
except AttributeError, e:
- self.addAlert(e)v
+ self.addAlert(e)
return
return