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
5d942756
Commit
5d942756
authored
Mar 18, 2016
by
Thanassis Tsiodras
Browse files
Typo
parent
1a980641
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/UserWidgets.py
View file @
5d942756
...
...
@@ -173,7 +173,7 @@ class SQLTelemetries(TM):
if
asn1_klass
is
None
:
raise
Exception
(
"No class "
+
klass
+
" found in "
+
SQLTelemetries
.
dbname
)
db_row
=
object
.
__new__
(
globals
()[
as
k
1_klass
])
db_row
=
object
.
__new__
(
globals
()[
as
n
1_klass
])
db_row
.
__init__
(
value
)
iid
=
db_row
.
save
(
SQLTelemetries
.
session
)
SQLTelemetries
.
session
.
commit
()
...
...
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