Skip to content

Commit 215bcb5

Browse files
committed
Fix for last py34-quick failing test
1 parent a29f19b commit 215bcb5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

planemo/reports/xunit_handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ def handle_report_xunit_kwd(kwds, collected_data):
55
if kwds.get('report_xunit', False):
66
with open(kwds['report_xunit'], 'w') as handle:
77
handle.write(template_data(
8-
collected_data, template_name='xunit.tpl')
9-
.encode('ascii', 'xmlcharrefreplace'))
8+
collected_data, template_name='xunit.tpl'))

0 commit comments

Comments
 (0)