We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fca58 commit 4fdae3cCopy full SHA for 4fdae3c
2 files changed
lti_consumer/outcomes.py
@@ -43,6 +43,7 @@ def parse_grade_xml_body(body):
43
"""
44
lti_spec_namespace = "http://www.imsglobal.org/services/ltiv1p1/xsd/imsoms_v1p0"
45
namespaces = {'def': lti_spec_namespace}
46
+ data = body.strip()
47
if isinstance(body, text_type):
48
data = body.strip().encode('utf-8')
49
setup.py
@@ -25,7 +25,7 @@ def package_data(pkg, roots):
25
26
setup(
27
name='lti_consumer-xblock',
28
- version='1.2.2',
+ version='1.2.3',
29
description='This XBlock implements the consumer side of the LTI specification.',
30
packages=[
31
'lti_consumer',
0 commit comments