This commit is contained in:
Kovid Goyal 2012-10-11 09:25:15 +05:30
parent d1887aeeb9
commit 7bba984259

View File

@ -511,6 +511,7 @@ class BooksView(QTableView): # {{{
except: except:
# Ignore invalid tweak values as users seem to often get them # Ignore invalid tweak values as users seem to often get them
# wrong # wrong
print('Ignoring invalid sort_columns_at_startup tweak, with error:')
import traceback import traceback
traceback.print_exc() traceback.print_exc()
old_state['sort_history'] = sh old_state['sort_history'] = sh