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
9a220fbedb
@ -538,6 +538,7 @@ class _Interpreter(object):
|
|||||||
for expr in prog.expression_list:
|
for expr in prog.expression_list:
|
||||||
if v := self.expr(expr):
|
if v := self.expr(expr):
|
||||||
return v
|
return v
|
||||||
|
return ''
|
||||||
|
|
||||||
NODE_OPS = {
|
NODE_OPS = {
|
||||||
Node.NODE_IF: do_node_if,
|
Node.NODE_IF: do_node_if,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user