mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
PyPy patch for testing module
This commit is contained in:
@@ -433,7 +433,7 @@ def _setHashDB():
|
||||
if os.path.exists(conf.hashDBFile):
|
||||
if conf.flushSession:
|
||||
if conf.hashDB:
|
||||
conf.hashDB.close()
|
||||
conf.hashDB.closeAll()
|
||||
|
||||
try:
|
||||
os.remove(conf.hashDBFile)
|
||||
|
||||
Reference in New Issue
Block a user