From: Matthias Clasen Date: Thu, 26 Aug 2010 04:16:30 +0000 (-0400) Subject: Make this thing work X-Git-Tag: 2.25.15~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca26f9a5029cfd97f92c81f3993628068d60c4a9;p=platform%2Fupstream%2Fglib.git Make this thing work --- diff --git a/glib/gtester-report b/glib/gtester-report index 71cbf1aa9..3bce548bf 100755 --- a/glib/gtester-report +++ b/glib/gtester-report @@ -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 = ''