[sos-devel] [PATCH 1/3] Fixed syntax error.

Jan Holcapek jholcape at redhat.com
Mon Jul 18 09:58:03 UTC 2011


From: Jan Holcapek <holcapek at gmail.com>

---
 sos/plugins/x11.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sos/plugins/x11.py b/sos/plugins/x11.py
index 7b8d08e..4da3838 100644
--- a/sos/plugins/x11.py
+++ b/sos/plugins/x11.py
@@ -26,6 +26,6 @@ class x11(sos.plugintools.PluginBase):
             "/etc/X11",
             "/var/log/Xorg.*.log",
             "/var/log/XFree86.*.log",
-        )
+        ])
         self.addForbiddenPath("/etc/X11/X")
         self.addForbiddenPath("/etc/X11/fontpath.d")
-- 
1.7.6




More information about the sos-devel mailing list