mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-02 23:13:40 +01:00
...
This commit is contained in:
commit
8052af5884
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ def expr(self, level):
|
|||
if self.compile_text:
|
||||
self.compile_text += (
|
||||
"\targs[%d].append(self.__funcs__['%s']"
|
||||
".evaluate(formatter, kwargs, book, locals, *args[%d]))\n")%(level, id, level+1)
|
||||
".eval_(formatter, kwargs, book, locals, *args[%d]))\n")%(level, id, level+1)
|
||||
return cls.eval_(self.parent, self.parent_kwargs,
|
||||
self.parent_book, self.parent_locals, *args)
|
||||
elif self.token_is_constant():
|
||||
|
|
|
|||
Loading…
Reference in a new issue