From e9ef45076d900d98bcdb0f613ca6a2df01350789 Mon Sep 17 00:00:00 2001 From: ichuang Date: Mon, 19 Aug 2013 10:21:10 -0400 Subject: [PATCH] pylint --- common/lib/xmodule/xmodule/modulestore/xml_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/modulestore/xml_importer.py b/common/lib/xmodule/xmodule/modulestore/xml_importer.py index 0f672b86d2..1706de7ed4 100644 --- a/common/lib/xmodule/xmodule/modulestore/xml_importer.py +++ b/common/lib/xmodule/xmodule/modulestore/xml_importer.py @@ -54,7 +54,7 @@ def import_static_content(modules, course_loc, course_data_path, static_content_ try: static_content_store.save(content) except Exception as err: - log.exception('Error importing {0}'.format(fullname_with_subpath)) + log.exception('Error importing {0}, error={1}'.format(fullname_with_subpath, err)) #store the remapping information which will be needed to subsitute in the module data remap_dict[fullname_with_subpath] = content_loc.name