mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
Patch for an Issue #1012
This commit is contained in:
@@ -79,4 +79,4 @@ def purge(directory):
|
||||
try:
|
||||
shutil.rmtree(directory)
|
||||
except OSError, ex:
|
||||
logger.error("problem occurred while removing directory '%s' ('%s')" % (directory, ex))
|
||||
logger.error("problem occurred while removing directory '%s' ('%s')" % (directory, unicode(ex)))
|
||||
|
||||
Reference in New Issue
Block a user