Added additional BSDDB exception case
svn: r4658
This commit is contained in:
parent
3ed52a7ed6
commit
59d4cfa35e
@ -1294,7 +1294,7 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
|
||||
except ( IOError, OSError ), msg:
|
||||
ErrorDialog(_('Cannot open database'),str(msg))
|
||||
return 0
|
||||
except db.DBAccessError, msg:
|
||||
except (db.DBAccessError,DBRunRecoveryError), msg:
|
||||
ErrorDialog(_('Cannot open database'),
|
||||
_('%s could not be opened.' % filename) + '\n' + msg[1])
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user