mirror of https://github.com/fail2ban/fail2ban
Fix pep8 E703 statement ends with a semicolon
parent
e9e00d7599
commit
1a98e15328
|
@ -305,7 +305,7 @@ class DatabaseTest(LogCaptureTestCase):
|
||||||
def testActionWithDB(self):
|
def testActionWithDB(self):
|
||||||
# test action together with database functionality
|
# test action together with database functionality
|
||||||
self.testAddJail() # Jail required
|
self.testAddJail() # Jail required
|
||||||
self.jail.database = self.db;
|
self.jail.database = self.db
|
||||||
actions = Actions(self.jail)
|
actions = Actions(self.jail)
|
||||||
actions.add(
|
actions.add(
|
||||||
"action_checkainfo",
|
"action_checkainfo",
|
||||||
|
|
Loading…
Reference in New Issue