mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
TST: no test coverage on subclass overwritten function _delLogPath
This commit is contained in:
parent
ebf4a02004
commit
f3c4285118
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ class FileFilter(Filter):
|
|||
self._delLogPath(path)
|
||||
return
|
||||
|
||||
def _delLogPath(self, path):
|
||||
def _delLogPath(self, path): # pragma: no cover - overwritten function
|
||||
# nothing to do by default
|
||||
# to be overridden by backends
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue