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
3f93d63a
Commit
3f93d63a
authored
May 21, 2016
by
Maxime Perrotin
Browse files
Remove debug print
parent
756a7c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/ogParser.py
View file @
3f93d63a
...
...
@@ -1844,7 +1844,7 @@ def variables(root, ta_ast, context):
if
basic
.
kind
.
startswith
((
'Integer'
,
'Real'
)):
check_range
(
basic
,
find_basic_type
(
def_value
.
exprType
))
except
(
AttributeError
,
TypeError
,
Warning
)
as
err
:
print
(
traceback
.
format_exc
())
#
print (traceback.format_exc())
errors
.
append
(
'Types are incompatible in DCL assignment: '
'left ('
+
expr
.
left
.
inputString
+
', type= '
+
...
...
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