Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
62d30cc2
Commit
62d30cc2
authored
Oct 22, 2015
by
Maxime Perrotin
Browse files
Fix typo
parent
c9168790
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
62d30cc2
...
...
@@ -1990,7 +1990,7 @@ def _transition(tr, **kwargs):
if
tr
.
terminator
.
next_is_aggregation
:
statement
=
u
'{};'
.
format
(
nid
)
else
:
statement
=
u
't
d
Id := {};'
.
format
(
nid
)
statement
=
u
't
r
Id := {};'
.
format
(
nid
)
code
.
extend
([
u
'when {} =>'
.
format
(
u
'|'
.
join
(
sta
)),
statement
])
...
...
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