From c22ef6103731a22c5e62a82b319c5ded897bbdf9 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 15 Jan 2016 08:50:48 +0100 Subject: [PATCH] * python/ajax/spotcgi.in: Rename acc.is_tt() to acc.is_t(). --- python/ajax/spotcgi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ajax/spotcgi.in b/python/ajax/spotcgi.in index e88321816..0922b0ac2 100755 --- a/python/ajax/spotcgi.in +++ b/python/ajax/spotcgi.in @@ -364,7 +364,7 @@ def print_stats(automaton, detinfo = False, ta = False): unbufprint(", acceptance condition: Büchi") else: unbufprint(", acceptance condition: " + str(acc)) - if acc.is_tt(): + if acc.is_t(): unbufprint(" (all cycles are accepting)") unbufprint("

\n") # Decide whether we will render the automaton or not.