Make this thing work
authorMatthias Clasen <mclasen@redhat.com>
Thu, 26 Aug 2010 04:16:30 +0000 (00:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Aug 2010 04:16:30 +0000 (00:16 -0400)
glib/gtester-report

index 71cbf1aa933feaab74deb9c1312b71c0e063a51b..3bce548bf193acbd38c60baf516287ed6c49b90e 100755 (executable)
@@ -171,7 +171,7 @@ class ReportWriter(object):
     def __init__(self, binary_list):
         self.binaries = binary_list
 
-    def _error_text(node):
+    def _error_text(self, node):
         """Get a string representing the error children of node."""
         rlist = list_children(node, 'error')
         txt = ''