Commit b2d5c848 by ichuang

add newline for better message formatting

parent 4f49ddbd
......@@ -1268,7 +1268,7 @@ def import_course(request, org, course, name):
data_root = path(settings.GITHUB_REPO_ROOT)
course_dir = data_root / local_dir
message += 'importing course to %s\n' % course_dir
message += '\nimporting course to %s\n' % course_dir
log.debug(message)
if os.path.exists(course_dir) and request.POST.get('purge')=='yes':
......
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