mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3bc9e7c534
commit
bf7af85907
@ -848,6 +848,8 @@ class TagsModel(QAbstractItemModel): # {{{
|
||||
icon_map=self.category_icon_map,
|
||||
ids=self.db.search('', return_matches=True, sort_results=False))
|
||||
except:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
data = self.db.get_categories(sort=sort, icon_map=self.category_icon_map)
|
||||
self.restriction_error.emit()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user