Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
ellidiss-release
Commits
dbea1a00
Commit
dbea1a00
authored
Sep 15, 2017
by
Jerome Legrand
Browse files
uncomment the taste export svg part
parent
d1ae8739
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Examples/ivDocExample.py
View file @
dbea1a00
...
...
@@ -15,14 +15,14 @@ def main ():
print
'load'
,
ret
imgDir
=
'../tmp'
#~
tasteCmd = ['/home/ocarina/Documentation/TASTE/bin/TASTE', '--edit-aadl ' + '../projects/DemoIV.aadl', \
#~
'--export-all-svg ' + imgDir]
#~
#~
try:
#~
print 'generating images'
#~
subprocess.call(tasteCmd)
#~
except :
#~
print 'error in svg generation'
tasteCmd
=
[
'/home/ocarina/Documentation/TASTE/bin/TASTE'
,
'--edit-aadl '
+
'../projects/DemoIV.aadl'
,
\
'--export-all-svg '
+
imgDir
]
try
:
print
'generating images'
subprocess
.
call
(
tasteCmd
)
except
:
print
'error in svg generation'
#~ indent = '\t'
indent
=
''
...
...
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