mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
code cleanup
This commit is contained in:
parent
41ccf88990
commit
526aacb640
17 changed files with 35 additions and 52 deletions
|
|
@ -118,7 +118,7 @@ class HashDB(object):
|
|||
if threadData.inTransaction:
|
||||
try:
|
||||
self.cursor.execute('END TRANSACTION')
|
||||
except sqlite3.OperationalError, ex:
|
||||
except sqlite3.OperationalError:
|
||||
pass
|
||||
finally:
|
||||
threadData.inTransaction = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue