mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
code cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user