mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
PyPy patch for testing module
This commit is contained in:
parent
08eeb0fd88
commit
aeaa776ca9
4 changed files with 13 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue