From 88bb798a68c1d16a34c4091f1a07d594b5c3c037 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 26 Sep 2009 09:50:40 -0400 Subject: lint cleanup --- coverage/xmlreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/xmlreport.py') diff --git a/coverage/xmlreport.py b/coverage/xmlreport.py index 3f6473a1..9898e7e1 100644 --- a/coverage/xmlreport.py +++ b/coverage/xmlreport.py @@ -80,7 +80,7 @@ class XmlReporter(Reporter): # Use the DOM to write the output file. outfile.write(self.xml_out.toprettyxml()) - def xml_file(self, cu, statements, excluded, missing): + def xml_file(self, cu, statements, excluded_unused, missing): """Add to the XML report for a single file.""" # Create the 'lines' and 'package' XML elements, which -- cgit v1.2.1