mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-12 02:39:03 +00:00
Patch for an Issue #1012
This commit is contained in:
@@ -79,4 +79,4 @@ def purge(directory):
|
|||||||
try:
|
try:
|
||||||
shutil.rmtree(directory)
|
shutil.rmtree(directory)
|
||||||
except OSError, ex:
|
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