Commit b69edcd8 by Calen Pennington

Pass org and course through ErrorDescriptor.from_xml to ErrorDescriptor.__init__

parent d8736914
......@@ -118,7 +118,7 @@ class ErrorDescriptor(EditingDescriptor):
# Save the error to display later--overrides other problems
error_msg = exc_info_to_str(sys.exc_info())
return cls(system, xml_data, error_msg)
return cls(system, xml_data, error_msg, org=org, course=course)
def export_to_xml(self, resource_fs):
'''
......
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