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 |