From b5d55bd78b613b8386e18c0c4e03782277666325 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 1 Dec 2012 15:29:25 -0500 Subject: Switch to our own prama syntax, so the tests can use the std without getting mixed up. --- coverage/summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/summary.py') diff --git a/coverage/summary.py b/coverage/summary.py index 4b1cd14e..c99c5303 100644 --- a/coverage/summary.py +++ b/coverage/summary.py @@ -62,7 +62,7 @@ class SummaryReporter(Reporter): args += (analysis.missing_formatted(),) outfile.write(fmt_coverage % args) total += nums - except KeyboardInterrupt: # pragma: no cover + except KeyboardInterrupt: # pragma: not covered raise except: report_it = not self.config.ignore_errors -- cgit v1.2.1