mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
b4a67e68ec
@ -329,7 +329,7 @@ class BuiltinPrint(BuiltinFormatterFunction):
|
|||||||
|
|
||||||
def evaluate(self, formatter, kwargs, mi, locals, *args):
|
def evaluate(self, formatter, kwargs, mi, locals, *args):
|
||||||
print args
|
print args
|
||||||
return None
|
return ''
|
||||||
|
|
||||||
class BuiltinField(BuiltinFormatterFunction):
|
class BuiltinField(BuiltinFormatterFunction):
|
||||||
name = 'field'
|
name = 'field'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user