Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
08ee7147
Commit
08ee7147
authored
Feb 04, 2011
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi-bin/ltl2tgba.in: Fix python error occurring
only when the user did not make any error...
parent
067a1a0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
08ee7147
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
...
...
wrap/python/cgi-bin/ltl2tgba.in
View file @
08ee7147
...
...
@@ -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>"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment