ensure endReset() is called even if an exception is raised
This commit is contained in:
parent
09a76967e7
commit
13f3719650
@ -184,8 +184,9 @@ class DataModel(QAbstractTableModel):
|
|||||||
invalid = True
|
invalid = True
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
# print "fetch cards in %dms" % ((time.time() - t)*1000)
|
finally:
|
||||||
self.endReset()
|
# print "fetch cards in %dms" % ((time.time() - t)*1000)
|
||||||
|
self.endReset()
|
||||||
|
|
||||||
if invalid:
|
if invalid:
|
||||||
showWarning(_("Invalid search - please check for typing mistakes."))
|
showWarning(_("Invalid search - please check for typing mistakes."))
|
||||||
|
Loading…
Reference in New Issue
Block a user