Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a827453

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)