Skip to content
Snippets Groups Projects
Unverified Commit d5fe9951 authored by Gregory P. Smith's avatar Gregory P. Smith Committed by GitHub
Browse files

bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498)


Previous to commit ee171a26 the logline was working because of self.info() (now
deprecated) defaults to an empty message.

Co-authored-by: default avatarXtreak <tirkarthi@users.noreply.github.com>
parent 6fde2937
Branches
Tags
No related merge requests found
......@@ -150,7 +150,6 @@ def is_ignored(self, line, lineno, issue):
return False
def report_issue(self, text, lineno, issue):
if not self.any_issue: self.logger.info()
self.any_issue = True
self.write_log_entry(lineno, issue, text)
if py3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment