Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
properties
Commits
bf1383dc
Commit
bf1383dc
authored
Dec 31, 2016
by
Maxime Perrotin
Browse files
Use flag wisely
parent
c0e6d824
Changes
1
Hide whitespace changes
Inline
Side-by-side
properties/properties.py
View file @
bf1383dc
...
...
@@ -126,7 +126,7 @@ def parse_input_files(pr_files, ppty_file, simu=True):
opengeode
.
AdaGenerator
.
generate
(
process
,
simu
=
simu
,
ppty_check
=
orig_name
)
ppty_check
=
orig_name
if
not
simu
else
""
)
# gather asn.1 files and modules
asn1_files
=
' '
.
join
(
ast
[
0
].
asn1_filenames
)
...
...
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