mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5abfb16f88
commit
6db379f550
@ -469,7 +469,6 @@ class BuiltinFormat_date(BuiltinFormatterFunction):
|
|||||||
'yyyy : the year as four digit number.')
|
'yyyy : the year as four digit number.')
|
||||||
|
|
||||||
def evaluate(self, formatter, kwargs, mi, locals, val, format_string):
|
def evaluate(self, formatter, kwargs, mi, locals, val, format_string):
|
||||||
print val
|
|
||||||
if not val:
|
if not val:
|
||||||
return ''
|
return ''
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user