Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 667590 | Differences between
and this patch

Collapse All | Expand All

(-)src/py/build-xml-rewrite.orig (-1 / +1 lines)
Lines 54-60 Link Here
54
                junit.append(gcp_sub)
54
                junit.append(gcp_sub)
55
                junit.attrib['haltonfailure'] = 'true'
55
                junit.attrib['haltonfailure'] = 'true'
56
56
57
        with open(file, 'w') as f:
57
        with open(file, 'wb') as f:
58
            tree.write(f)
58
            tree.write(f)
59
59
60
60

Return to bug 667590