mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
'Patch' for an Issue #167
This commit is contained in:
@@ -114,5 +114,5 @@ class BigArray(list):
|
||||
for filename in self.filenames:
|
||||
try:
|
||||
os.remove(filename)
|
||||
except OSError:
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user