mirror of https://github.com/fail2ban/fail2ban
TST: no test coverage on subclass overwritten function _delLogPath
parent
ebf4a02004
commit
f3c4285118
|
@ -446,7 +446,7 @@ class FileFilter(Filter):
|
||||||
self._delLogPath(path)
|
self._delLogPath(path)
|
||||||
return
|
return
|
||||||
|
|
||||||
def _delLogPath(self, path):
|
def _delLogPath(self, path): # pragma: no cover - overwritten function
|
||||||
# nothing to do by default
|
# nothing to do by default
|
||||||
# to be overridden by backends
|
# to be overridden by backends
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue