mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-11 12:14:35 +01:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
b4a67e68ec
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ class BuiltinPrint(BuiltinFormatterFunction):
|
|||
|
||||
def evaluate(self, formatter, kwargs, mi, locals, *args):
|
||||
print args
|
||||
return None
|
||||
return ''
|
||||
|
||||
class BuiltinField(BuiltinFormatterFunction):
|
||||
name = 'field'
|
||||
|
|
|
|||
Loading…
Reference in a new issue