Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
utils
Commits
7ca44404
Commit
7ca44404
authored
Nov 27, 2017
by
Federico Sismondi
Browse files
fixed typo
parent
129505da
Changes
1
Hide whitespace changes
Inline
Side-by-side
messages.py
View file @
7ca44404
...
...
@@ -120,7 +120,7 @@ class Message(object):
if
"_api_version"
not
in
self
.
_msg_data
:
self
.
_msg_data
[
"_api_version"
]
=
API_VERSION
# add values as objects attributes
# add values as object
'
s attributes
for
key
in
self
.
_msg_data
:
setattr
(
self
,
key
,
self
.
_msg_data
[
key
])
...
...
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