mirror of https://github.com/fail2ban/fail2ban
ENH: just a bit more descriptive exception ;-)
parent
12c3bf1058
commit
f756278fe5
|
@ -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 New Issue