mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +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:
|
for filename in self.filenames:
|
||||||
try:
|
try:
|
||||||
os.remove(filename)
|
os.remove(filename)
|
||||||
except OSError:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user