Skip to content

Commit 222ef50

Browse files
tirkarthimiss-islington
authored andcommitted
bpo-35036: Remove empty log line in the suspicious.py tool (pythonGH-10024)
Previous to commit ee171a2 the logline was working because of self.info() (now deprecated) defaults to an empty message. (cherry picked from commit c3f52a5) Co-authored-by: Xtreak <[email protected]>
1 parent c9a195e commit 222ef50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/tools/extensions/suspicious.py

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def is_ignored(self, line, lineno, issue):
148148
return False
149149

150150
def report_issue(self, text, lineno, issue):
151-
if not self.any_issue: self.logger.info()
152151
self.any_issue = True
153152
self.write_log_entry(lineno, issue, text)
154153
if py3:

0 commit comments

Comments
 (0)