Commit a0f5a511 by Chris Dodge

wip to fix broken test

parent 983e5241
......@@ -309,6 +309,8 @@ def import_from_xml(store, data_dir, course_dirs=None,
except Exception:
logging.exception("failed to rewrite links on {0}. Continuing...".format(module.location))
else:
module_data = content
store.update_item(module.location, module_data)
......
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