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
|
||||
else:
|
||||
raise
|
||||
# print "fetch cards in %dms" % ((time.time() - t)*1000)
|
||||
self.endReset()
|
||||
finally:
|
||||
# print "fetch cards in %dms" % ((time.time() - t)*1000)
|
||||
self.endReset()
|
||||
|
||||
if invalid:
|
||||
showWarning(_("Invalid search - please check for typing mistakes."))
|
||||
|
Loading…
Reference in New Issue
Block a user