mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 13:13:38 +02:00
Fix regression that broke calibre starting when using a custom date column
This commit is contained in:
parent
409aac87dd
commit
e3c295f252
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ def set_format(self, _format):
|
|||
elif _format == 'iso':
|
||||
self.format = internal_iso_format_string()
|
||||
else:
|
||||
self.format = format
|
||||
self.format = _format
|
||||
|
||||
def displayText(self, val, locale):
|
||||
d = qt_to_dt(val)
|
||||
|
|
|
|||
Loading…
Reference in a new issue