DebugClients/Python/coverage/report.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3499
f2d4b02c7e88
child 4489
d0d6e4ad31bd
equal deleted inserted replaced
3506:d85fadb263a0 3515:1b8381afe38f
88 except NotPython: 88 except NotPython:
89 # Only report errors for .py files, and only if we didn't 89 # Only report errors for .py files, and only if we didn't
90 # explicitly suppress those errors. 90 # explicitly suppress those errors.
91 if cu.should_be_python() and not self.config.ignore_errors: 91 if cu.should_be_python() and not self.config.ignore_errors:
92 raise 92 raise
93
94 #
95 # eflag: FileType = Python2

eric ide

mercurial