Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
4b766de1
Commit
4b766de1
authored
Nov 16, 2014
by
Maxime Perrotin
Browse files
Fix typo
parent
2d11d7ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
gui.py
View file @
4b766de1
...
...
@@ -186,7 +186,7 @@ def gui():
except
ImportError
:
log
.
error
(
'Python module "udpcontroller" is missing'
)
return
-
1
elif
options
.
options
.
shared_lib
:
elif
options
.
shared_lib
:
# Load and run the startup transition of the shared library (Ada only?)
try
:
dll
=
CDLL
(
'./{}.so'
.
format
(
datamodel
.
FVname
))
...
...
resources.py
View file @
4b766de1
...
...
@@ -2,7 +2,7 @@
# Resource object code
#
# Created:
Fri
Nov 1
4 20:34:38
2014
# Created:
Sun
Nov 1
6 11:39:53
2014
# by: The Resource Compiler for PySide (Qt v4.8.6)
#
# WARNING! All changes made in this file will be lost!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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