mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
'Patch' for an Issue #167
This commit is contained in:
parent
c1c65a7167
commit
a89d61415a
|
@ -114,5 +114,5 @@ class BigArray(list):
|
|||
for filename in self.filenames:
|
||||
try:
|
||||
os.remove(filename)
|
||||
except OSError:
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user