wip to fix broken test

This commit is contained in:
Chris Dodge
2013-04-08 15:34:12 -04:00
parent 983e524158
commit a0f5a51135

View File

@@ -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)