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
asn1-value-editor
Commits
2e6fc2c8
Commit
2e6fc2c8
authored
Jul 19, 2016
by
Maxime Perrotin
Browse files
Improve error message
parent
7fb9298d
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
2e6fc2c8
...
...
@@ -438,9 +438,9 @@ class sdlHandler(QObject):
self
.
prop_dll
=
ctypes
.
CDLL
(
'./lib{}_stop_conditions.so'
.
format
(
self
.
proc
.
processName
))
except
OSError
as
err
:
self
.
log_area
.
addItem
(
'lib{}_stop_conditions.so
not found
'
'
in current directory
'
.
format
(
self
.
proc
.
processName
))
self
.
log_area
.
addItem
(
'lib{}_stop_conditions.so
could not be
'
'
loaded - {}
'
.
format
(
self
.
proc
.
processName
,
str
(
err
)
))
return
properties
=
[]
idx
=
0
...
...
Write
Preview
Markdown
is supported
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