Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenGEODE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
OpenGEODE
Commits
fa44ab81
Commit
fa44ab81
authored
Feb 15, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix regression with simulator script
Due to the AST storing now the full path of the ASN.1 files
parent
bf495611
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
opengeode/AdaGenerator.py
opengeode/AdaGenerator.py
+1
-1
No files found.
opengeode/AdaGenerator.py
View file @
fa44ab81
...
...
@@ -238,7 +238,7 @@ def _process(process, simu=False, instance=False, **kwargs):
parent
=
parent
.
ast
asn1_filenames
=
' '
.
join
(
parent
.
asn1_filenames
)
asn1_uniq
=
' '
.
join
(
each
for
each
in
parent
.
asn1_filenames
if
each
!=
'dataview-uniq.asn'
)
if
not
each
.
endswith
(
'dataview-uniq.asn'
)
)
pr_path
=
' '
.
join
(
parent
.
pr_files
)
if
None
not
in
parent
.
pr_files
else
''
pr_names
=
' '
.
join
(
os
.
path
.
basename
(
pr_file
)
for
pr_file
in
parent
.
pr_files
)
...
...
Write
Preview
Markdown
is supported
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