mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-21 02:46:19 +00:00
'Patch' for an Issue #167
This commit is contained in:
parent
c1c65a7167
commit
a89d61415a
1 changed files with 1 additions and 1 deletions
|
|
@ -114,5 +114,5 @@ class BigArray(list):
|
|||
for filename in self.filenames:
|
||||
try:
|
||||
os.remove(filename)
|
||||
except OSError:
|
||||
except:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue