diff options
Diffstat (limited to 'coverage/summary.py')
-rw-r--r-- | coverage/summary.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/summary.py b/coverage/summary.py index 33aa017..10ac7e2 100644 --- a/coverage/summary.py +++ b/coverage/summary.py @@ -80,8 +80,6 @@ class SummaryReporter(Reporter): args += (missing_fmtd,) outfile.write(fmt_coverage % args) total += nums - except KeyboardInterrupt: # pragma: not covered - raise except Exception: report_it = not self.config.ignore_errors if report_it: |