Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove empty log line
  • Loading branch information
pablogsal committed Oct 21, 2018
commit ea7c4fbdd369534e35744f1b23d0512c3f4fa471
1 change: 0 additions & 1 deletion Doc/tools/extensions/suspicious.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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:
Expand Down