Skip to content

Commit a827453

Browse files
committed
Update for an Issue sqlmapproject#907
1 parent d8d9678 commit a827453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/generic/entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def dumpTable(self, foundData=None):
339339
"db": safeSQLIdentificatorNaming(conf.db)}
340340
try:
341341
attackDumpedTable()
342-
except Exception, ex:
342+
except (IOError, OSError), ex:
343343
errMsg = "an error occurred while attacking "
344344
errMsg += "table dump ('%s')" % ex
345345
logger.critical(errMsg)

0 commit comments

Comments
 (0)