Skip to content
Snippets Groups Projects
Commit 77fea777 authored by Calen Pennington's avatar Calen Pennington
Browse files

Define type of resource_fs in export_to_xml docstring

parent 3cef7143
No related branches found
Tags release-2021-02-03-12.16
No related merge requests found
......@@ -177,6 +177,8 @@ class XmlDescriptor(XModuleDescriptor):
The returned XML should be able to be parsed back into an identical XModuleDescriptor
using the from_xml method with the same system, org, and course
resource_fs is a pyfilesystem office (from the fs package)
"""
xml_object = self.definition_to_xml(resource_fs)
self.__class__.clean_metadata_from_xml(xml_object)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment