aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/py/build-xml-rewrite2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py/build-xml-rewrite b/src/py/build-xml-rewrite
index 5a67145..b449305 100755
--- a/src/py/build-xml-rewrite
+++ b/src/py/build-xml-rewrite
@@ -54,7 +54,7 @@ def main():
junit.append(gcp_sub)
junit.attrib['haltonfailure'] = 'true'
- with open(file, 'w') as f:
+ with open(file, 'wb') as f:
tree.write(f)