Fix pep8 E703 statement ends with a semicolon

pull/1093/head
Lee Clemens 2015-06-26 12:09:10 -04:00
parent e9e00d7599
commit 1a98e15328
1 changed files with 1 additions and 1 deletions

View File

@ -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",