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
6f4383c9
Commit
6f4383c9
authored
Jan 23, 2015
by
Maxime Perrotin
Browse files
Fix typo
parent
ac486903
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/StgBackend.py
View file @
6f4383c9
...
...
@@ -410,7 +410,7 @@ def _process(process, simu=False, stgfile='ada_source.st', **kwargs):
.
format
(
process_name
=
process_name
))
with
open
(
process_name
+
'.adb'
,
'w'
)
as
ada_file
:
ada_file
.
write
(
taste_template
)
.
encode
(
'latin1'
))
ada_file
.
write
(
taste_template
.
encode
(
'latin1'
))
with
open
(
process_name
+
'.ads'
,
'w'
)
as
ada_file
:
ada_file
.
write
(
ads_template
.
encode
(
'latin1'
))
...
...
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