* wrap/python/cgi-bin/ltl2tgba.in: Fix python error occurring

only when the user did not make any error...
This commit is contained in:
Alexandre Duret-Lutz 2011-02-04 21:59:43 +01:00
parent 067a1a0b24
commit 08ee714760
2 changed files with 6 additions and 1 deletions

View file

@ -505,7 +505,7 @@ if pel:
if not f:
print '<p><b>Aborting...</b></p>'
sys.exit(0)
if err:
if pel:
print '<p><b>Continuing anyway...</b></p>'
print "<p>Formula is<code>", f, "</code></p>"