Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
f16f1b9c
Commit
f16f1b9c
authored
Oct 25, 2014
by
Maxime Perrotin
Browse files
Comment edit
parent
71134c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Pr.py
View file @
f16f1b9c
...
...
@@ -97,6 +97,10 @@ def parse_scene(scene, full_model=False):
else
:
for
each
in
scene
.
processes
:
#pr_data.extend(generate(each))
# Only one process is supported - return now because
# the text areas must not be parsed - some may have been
# generated automatically to display the list of signals
# and external procedures when interface was generated by TASTE
return
list
(
generate
(
each
))
for
each
in
chain
(
scene
.
texts
,
scene
.
procs
,
scene
.
start
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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