diff options
Diffstat (limited to 'test/farm/html/run_x_xml.py')
-rw-r--r-- | test/farm/html/run_x_xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/html/run_x_xml.py b/test/farm/html/run_x_xml.py index c1dbb163..b3682940 100644 --- a/test/farm/html/run_x_xml.py +++ b/test/farm/html/run_x_xml.py @@ -5,7 +5,7 @@ def html_it(): cov.start() import x cov.stop() - cov.xml_report(x, outfile=open("../xml/coverage.xml", 'w')) + cov.xml_report(x, outfile="../xml/coverage.xml") import os if not os.path.exists("xml"): |