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
63d5e28c
Commit
63d5e28c
authored
Dec 27, 2019
by
Maxime Perrotin
Browse files
Fix typo in type name
parent
de32481f
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/ogParser.py
View file @
63d5e28c
...
...
@@ -213,7 +213,7 @@ def set_global_DV(asn1_filenames):
raise
TypeError
(
'ASN.1 compiler failed - {}'
.
format
(
str
(
err
)))
def
substring_range
(
substring
:
ogAST
.
PrimSub
S
tring
)
->
Tuple
[
str
,
str
]:
def
substring_range
(
substring
:
ogAST
.
PrimSub
s
tring
)
->
Tuple
[
str
,
str
]:
''' Return the range of a substring '''
left
,
right
=
substring
.
value
[
1
][
'substring'
]
left_bty
=
find_basic_type
(
left
.
exprType
)
...
...
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