* 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:
|
||||
unbufprint('<div class="ec-error">Cannot run ' + opt
|
||||
+ ' 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 '
|
||||
+ 'want to try this algorithm.</div>')
|
||||
else:
|
||||
unbufprint('<div class="ec-error">Cannot run ' + opt
|
||||
+ ' 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 '
|
||||
+ 'want to try this algorithm.</div>')
|
||||
if ec_a:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue