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
6de76b32
Commit
6de76b32
authored
Mar 28, 2021
by
Maxime Perrotin
Browse files
Fix typo
parent
67073155
Changes
1
Show whitespace changes
Inline
Side-by-side
opengeode/ogParser.py
View file @
6de76b32
...
...
@@ -3481,7 +3481,7 @@ def text_area(root, parent=None, context=None):
warn
[
1
]
=
[
ta
.
pos_x
or
0
,
ta
.
pos_y
or
0
]
clean_warns
.
append
(
warn
)
else
:
# string
clean_
err
s
.
append
([
warn
,
[
ta
.
pos_x
or
0
,
ta
.
pos_y
or
0
],
[]])
clean_
warn
s
.
append
([
warn
,
[
ta
.
pos_x
or
0
,
ta
.
pos_y
or
0
],
[]])
return
ta
,
clean_errs
,
clean_warns
...
...
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