* python/ajax/spotcgi.in: Fix error message.
This commit is contained in:
parent
e081926885
commit
8814f16637
1 changed files with 2 additions and 2 deletions
|
|
@ -811,13 +811,13 @@ if output_type == 'r':
|
||||||
else:
|
else:
|
||||||
unbufprint('<div class="ec-error">Cannot run ' + opt
|
unbufprint('<div class="ec-error">Cannot run ' + opt
|
||||||
+ ' on automata with less than ' + str(n_min)
|
+ ' on automata with less than ' + str(n_min)
|
||||||
+ ' acceptance condition.<br/>Please build '
|
+ ' acceptance set.<br/>Please build '
|
||||||
+ 'a degeneralized Büchi automaton if you '
|
+ 'a degeneralized Büchi automaton if you '
|
||||||
+ 'want to try this algorithm.</div>')
|
+ 'want to try this algorithm.</div>')
|
||||||
else:
|
else:
|
||||||
unbufprint('<div class="ec-error">Cannot run ' + opt
|
unbufprint('<div class="ec-error">Cannot run ' + opt
|
||||||
+ ' on automata with more than ' + str(n_max)
|
+ ' on automata with more than ' + str(n_max)
|
||||||
+ ' acceptance condition.<br/>Please build '
|
+ ' acceptance set.<br/>Please build '
|
||||||
+ 'a degeneralized Büchi automaton if you '
|
+ 'a degeneralized Büchi automaton if you '
|
||||||
+ 'want to try this algorithm.</div>')
|
+ 'want to try this algorithm.</div>')
|
||||||
if ec_a:
|
if ec_a:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue