mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Make this thing work
This commit is contained in:
parent
b52cdaf2f0
commit
ca26f9a502
@ -171,7 +171,7 @@ class ReportWriter(object):
|
|||||||
def __init__(self, binary_list):
|
def __init__(self, binary_list):
|
||||||
self.binaries = binary_list
|
self.binaries = binary_list
|
||||||
|
|
||||||
def _error_text(node):
|
def _error_text(self, node):
|
||||||
"""Get a string representing the error children of node."""
|
"""Get a string representing the error children of node."""
|
||||||
rlist = list_children(node, 'error')
|
rlist = list_children(node, 'error')
|
||||||
txt = ''
|
txt = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user