mirror of https://github.com/fail2ban/fail2ban
fixed mixed indentation (spaces through tabs), duplicate code removed
parent
d7ff7d18cd
commit
06dcad7650
|
@ -418,9 +418,6 @@ class LogCaptureTestCase(unittest.TestCase):
|
|||
def pruneLog(self):
|
||||
self._log.truncate(0)
|
||||
|
||||
def pruneLog(self):
|
||||
self._log.truncate(0)
|
||||
|
||||
def getLog(self):
|
||||
return self._log.getvalue()
|
||||
|
||||
|
|
Loading…
Reference in New Issue