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
93d7bce9
Commit
93d7bce9
authored
Mar 08, 2018
by
Maxime Perrotin
Browse files
Add debug information in statechart renderer
parent
49d5991c
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/opengeode.py
View file @
93d7bce9
...
...
@@ -2417,6 +2417,7 @@ class OG_MainWindow(QtGui.QMainWindow, object):
self
.
statechart_scene
.
itemsBoundingRect
(),
Qt
.
KeepAspectRatioByExpanding
)
except
(
AttributeError
,
IOError
,
TypeError
)
as
err
:
LOG
.
debug
(
str
(
traceback
.
format_exc
()))
LOG
.
debug
(
"Statechart error: "
+
str
(
err
))
if
mdi
is
not
None
:
# When leaving the focus, this signal is received with mdi == None
...
...
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