mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 09:13:25 +02:00
...
This commit is contained in:
parent
d1887aeeb9
commit
7bba984259
1 changed files with 1 additions and 0 deletions
|
|
@ -511,6 +511,7 @@ def restore_state(self):
|
|||
except:
|
||||
# Ignore invalid tweak values as users seem to often get them
|
||||
# wrong
|
||||
print('Ignoring invalid sort_columns_at_startup tweak, with error:')
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
old_state['sort_history'] = sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue