* wrap/python/cgi-bin/ltl2tgba.in: Fix python error occurring
only when the user did not make any error...
This commit is contained in:
parent
067a1a0b24
commit
08ee714760
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2011-02-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* wrap/python/cgi-bin/ltl2tgba.in: Fix python error occurring
|
||||
only when the user did not make any error...
|
||||
|
||||
2011-02-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Prevent Spot from using an installed BuDDy version that does not
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue