Fixed issue in showing database repair message
svn: r15683
This commit is contained in:
parent
b64439c263
commit
691a52295f
@ -469,7 +469,8 @@ class RelationshipView(NavigationView):
|
||||
return self._change_person(obj)
|
||||
except AttributeError, msg:
|
||||
from QuestionDialog import RunDatabaseRepair
|
||||
RunDatabaseRepair(msg)
|
||||
RunDatabaseRepair(str(msg))
|
||||
self.redrawing = False
|
||||
return True
|
||||
|
||||
def _change_person(self, obj):
|
||||
|
Loading…
Reference in New Issue
Block a user