mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 21:06:07 +01:00
oops
This commit is contained in:
parent
884839a691
commit
ed32130ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -926,7 +926,7 @@ def do_node_assign(self, prog):
|
|||
def do_node_first_non_empty(self, prog):
|
||||
for expr in prog.expression_list:
|
||||
v = self.expr(expr)
|
||||
if v == self.expr(expr):
|
||||
if v:
|
||||
if self.break_reporter:
|
||||
self.break_reporter(prog.node_name, v, prog.line_number)
|
||||
return v
|
||||
|
|
|
|||
Loading…
Reference in a new issue