projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b52cdaf
)
Make this thing work
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 26 Aug 2010 04:16:30 +0000
(
00:16
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 26 Aug 2010 04:16:30 +0000
(
00:16
-0400)
glib/gtester-report
patch
|
blob
|
history
diff --git
a/glib/gtester-report
b/glib/gtester-report
index 71cbf1aa933feaab74deb9c1312b71c0e063a51b..3bce548bf193acbd38c60baf516287ed6c49b90e 100755
(executable)
--- 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 = ''