Skip to content

Commit d5fe995

Browse files
gpsheadtirkarthi
andauthored
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498)
Previous to commit ee171a2 the logline was working because of self.info() (now deprecated) defaults to an empty message. Co-authored-by: Xtreak <[email protected]>
1 parent 6fde293 commit d5fe995

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/tools/extensions/suspicious.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def is_ignored(self, line, lineno, issue):
150150
return False
151151

152152
def report_issue(self, text, lineno, issue):
153-
if not self.any_issue: self.logger.info()
154153
self.any_issue = True
155154
self.write_log_entry(lineno, issue, text)
156155
if py3:

0 commit comments

Comments
 (0)