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
c22ef610
Commit
c22ef610
authored
Jan 15, 2016
by
Alexandre Duret-Lutz
Browse files
* python/ajax/spotcgi.in: Rename acc.is_tt() to acc.is_t().
parent
f5d156ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/ajax/spotcgi.in
View file @
c22ef610
...
...
@@ -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_t
t
():
if
acc
.
is_t
():
unbufprint
(
" (all cycles are accepting)"
)
unbufprint
(
"</p>
\n
"
)
# Decide whether we will render the automaton or not.
...
...
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