* wrap/python/ajax/spotcgi.in: Adjust for recent renamings.
This commit is contained in:
parent
5f45642a24
commit
871965c7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ def print_stats(automaton, detinfo = False, ta = False):
|
||||||
stats = spot.stats_reachable(automaton)
|
stats = spot.stats_reachable(automaton)
|
||||||
detinfo = False
|
detinfo = False
|
||||||
else:
|
else:
|
||||||
if (buchi_type == 't' and automaton.is_inherently_weak() and
|
if (buchi_type == 't' and automaton.prop_inherently_weak() and
|
||||||
automaton.acc().is_buchi()):
|
automaton.acc().is_buchi()):
|
||||||
unbufprint("Note: this is a weak automaton, using transition-based "
|
unbufprint("Note: this is a weak automaton, using transition-based "
|
||||||
"or generalized acceptance does not bring any benefit."
|
"or generalized acceptance does not bring any benefit."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue