mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-14 20:32:18 +01: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…
Reference in a new issue