We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29f19b commit 215bcb5Copy full SHA for 215bcb5
1 file changed
planemo/reports/xunit_handler.py
@@ -5,5 +5,4 @@ def handle_report_xunit_kwd(kwds, collected_data):
5
if kwds.get('report_xunit', False):
6
with open(kwds['report_xunit'], 'w') as handle:
7
handle.write(template_data(
8
- collected_data, template_name='xunit.tpl')
9
- .encode('ascii', 'xmlcharrefreplace'))
+ collected_data, template_name='xunit.tpl'))
0 commit comments