Update for an Issue #907

This commit is contained in:
Miroslav Stampar 2014-11-16 08:31:01 +01:00
parent d8d9678947
commit a827453eb7

View File

@ -339,7 +339,7 @@ class Entries:
"db": safeSQLIdentificatorNaming(conf.db)} "db": safeSQLIdentificatorNaming(conf.db)}
try: try:
attackDumpedTable() attackDumpedTable()
except Exception, ex: except (IOError, OSError), ex:
errMsg = "an error occurred while attacking " errMsg = "an error occurred while attacking "
errMsg += "table dump ('%s')" % ex errMsg += "table dump ('%s')" % ex
logger.critical(errMsg) logger.critical(errMsg)