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
078d9bd0
Commit
078d9bd0
authored
Jun 12, 2015
by
Maxime Perrotin
Browse files
Fix typo
parent
8804a625
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/ogParser.py
View file @
078d9bd0
...
...
@@ -2957,7 +2957,7 @@ def connect_part(root, parent, context):
id_token
[
-
1
].
getTokenStopIndex
())
for
exitp
in
conn
.
connect_list
:
if
exitp
!=
''
and
not
exitp
in
nested
.
state_exitpoints
:
errors
.
append
([
'Exit point {ep} not defined in state st}'
errors
.
append
([
'Exit point {ep} not defined in state
{
st}'
.
format
(
ep
=
exitp
,
st
=
statename
),
[
conn
.
pos_x
or
0
,
conn
.
pos_y
or
0
],
[]])
terminators
=
[
term
for
term
in
nested
.
terminators
...
...
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