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
d37fd7ab
Commit
d37fd7ab
authored
Jul 30, 2016
by
Maxime Perrotin
Browse files
handle CS properly
parent
996c5643
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
d37fd7ab
...
...
@@ -505,7 +505,7 @@ package {process_name} is'''.format(process_name=process_name,
taste_template
.
append
(
u
'runTransition({idx});'
.
format
(
idx
=
input_def
.
transition_id
))
else
:
taste_template
.
append
(
'
null
;'
)
taste_template
.
append
(
'
runTransition(CS_Only)
;'
)
else
:
taste_template
.
append
(
'runTransition(CS_Only);'
)
...
...
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