diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-06-10 13:46:23 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-06-10 13:46:23 +0000 |
commit | 5fb83ab1c0f5f86452cf87b9a9e8b30583fb289f (patch) | |
tree | a911c231d07bfb2b4697a166b2c133dfeead472e | |
parent | 2d6ee1bb66ef181cad6b0e335cc3e436837f71f7 (diff) | |
download | sos-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.py | 2 |
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 |