Commit d5d549d9 by solashirai Committed by Piotr Mitros

removed double block in parsexml

parent 4d307466
......@@ -413,7 +413,6 @@ class CrowdsourceHinter(XBlock):
A minimal working test for parse_xml
"""
block = runtime.construct_xblock_from_class(cls, keys)
block = runtime.construct_xblock_from_class(cls, keys)
print(node)
print(node.text)
block.generic_hints = ["Make sure to check your answer for basic mistakes like spelling!"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment