From f170d855475bb975eb52fbc9c332f3453909ab93 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Fri, 9 Aug 2013 16:13:00 -0400 Subject: [PATCH] fix wrapping, but mainly want to kick off another build due to Jenkins problem --- common/lib/xmodule/xmodule/modulestore/xml_importer.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/modulestore/xml_importer.py b/common/lib/xmodule/xmodule/modulestore/xml_importer.py index 82e6b75f0a..0b30a884be 100644 --- a/common/lib/xmodule/xmodule/modulestore/xml_importer.py +++ b/common/lib/xmodule/xmodule/modulestore/xml_importer.py @@ -168,8 +168,9 @@ def import_from_xml(store, data_dir, course_dirs=None, # turn back on all write signalling if pseudo_course_id in store.ignore_write_events_on_courses: store.ignore_write_events_on_courses.remove(pseudo_course_id) - store.refresh_cached_metadata_inheritance_tree(target_location_namespace if - target_location_namespace is not None else course_location) + store.refresh_cached_metadata_inheritance_tree( + target_location_namespace if target_location_namespace is not None else course_location + ) return xml_module_store, course_items