* python/ajax/spotcgi.in: Thinko.
This commit is contained in:
parent
22f442f758
commit
f59042fc9f
1 changed files with 1 additions and 1 deletions
|
|
@ -436,6 +436,7 @@ formula = form.getfirst('f', '')
|
|||
|
||||
env = spot.default_environment.instance()
|
||||
pf = spot.parse_infix_psl(formula, env)
|
||||
f = pf.f
|
||||
|
||||
if pf.errors:
|
||||
# Try the LBT parser in case someone is throwing LBT formulas at us.
|
||||
|
|
@ -444,7 +445,6 @@ if pf.errors:
|
|||
unbufprint('<div class="parse-error">')
|
||||
err = pf.format_errors(spot.get_cout())
|
||||
unbufprint('</div>')
|
||||
f = pf.f
|
||||
else:
|
||||
f = pg.f
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue