mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: just a bit more descriptive exception ;-)
This commit is contained in:
parent
12c3bf1058
commit
f756278fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -804,7 +804,7 @@ class RegexTests(unittest.TestCase):
|
|||
|
||||
class _BadThread(JailThread):
|
||||
def run(self):
|
||||
int("cat")
|
||||
int("ignore this exception -- raised for testing")
|
||||
|
||||
class LoggingTests(LogCaptureTestCase):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue