Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
85a7bfec
Commit
85a7bfec
authored
Feb 15, 2019
by
Maxime Perrotin
Browse files
Avoid false-positive in pylint
parent
167e5632
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/B_mappers/pyside_B_mapper.py
View file @
85a7bfec
...
...
@@ -223,7 +223,8 @@ def setSharedLib(dll=None):
buttons
=
([[
"sendButton"
,
"Send TC"
],
[
"loadButton"
,
"Load TC"
],
[
"saveButton"
,
"Save TC"
]])
classType
=
"asn1Editor"
elif
modelingLanguage
.
lower
()
==
'gui_pi'
:
else
:
assert
(
'gui_pi'
==
modelingLanguage
.
lower
())
g_BackendFile
.
write
(
'''
tmId = -1
...
...
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