Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2044e commit c3f52a5Copy full SHA for c3f52a5
1 file changed
Doc/tools/extensions/suspicious.py
@@ -148,7 +148,6 @@ def is_ignored(self, line, lineno, issue):
148
return False
149
150
def report_issue(self, text, lineno, issue):
151
- if not self.any_issue: self.logger.info()
152
self.any_issue = True
153
self.write_log_entry(lineno, issue, text)
154
if py3:
0 commit comments