Commit e9ef4507 by ichuang

pylint

parent 2249692f
......@@ -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
......
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