mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 07:34:44 +00:00
Don't override start_output() function in GUI logger to correctly reset statistics.
This commit is contained in:
parent
04425a2112
commit
6ca10152c5
2 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
6.9 "" (released xx.xx.2011)
|
||||
|
||||
Fixes:
|
||||
- gui: Correctly reset logger statistics.
|
||||
|
||||
Changes:
|
||||
- checking: Automatically allow redirections from URLs given by the
|
||||
user.
|
||||
|
|
|
|||
|
|
@ -56,7 +56,3 @@ class GuiLogger (Logger):
|
|||
def end_output (self):
|
||||
"""Emit statistic data which gets logged in the main window."""
|
||||
self.log_stats_signal.emit(self.stats)
|
||||
|
||||
def start_output (self):
|
||||
"""Override output handling of base class."""
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue