mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Fix pep8 E703 statement ends with a semicolon
This commit is contained in:
parent
e9e00d7599
commit
1a98e15328
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ class DatabaseTest(LogCaptureTestCase):
|
|||
def testActionWithDB(self):
|
||||
# test action together with database functionality
|
||||
self.testAddJail() # Jail required
|
||||
self.jail.database = self.db;
|
||||
self.jail.database = self.db
|
||||
actions = Actions(self.jail)
|
||||
actions.add(
|
||||
"action_checkainfo",
|
||||
|
|
|
|||
Loading…
Reference in a new issue