diff --git a/fail2ban/server/filterpyinotify.py b/fail2ban/server/filterpyinotify.py index e59c203e..d63d1de6 100644 --- a/fail2ban/server/filterpyinotify.py +++ b/fail2ban/server/filterpyinotify.py @@ -123,7 +123,7 @@ class FilterPyinotify(FileFilter): self._addPending(path, event) return # do nothing if idle: - if self.idle: + if self.idle: # pragma: no cover (too sporadic to get idle in callback) return # be sure we process a file: if not isWF: