mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Adding missing call to topdown=True in Generator.get_files
This commit is contained in:
parent
643bccc497
commit
e092f7ca75
2 changed files with 6 additions and 7 deletions
|
|
@ -188,7 +188,7 @@ class LogCountHandler(BufferingHandler):
|
|||
"""Capturing and counting logged messages."""
|
||||
|
||||
def __init__(self, capacity=1000):
|
||||
logging.handlers.BufferingHandler.__init__(self, capacity)
|
||||
super(LogCountHandler, self).__init__(capacity)
|
||||
|
||||
def count_logs(self, msg=None, level=None):
|
||||
return len([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue