Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d3e15c

Browse files
committed
remove new_location from logging
1 parent a35e359 commit 3d3e15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/djangoapps/contentstore/views/import_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def get_dir_for_fname(directory, filename):
239239
# Send errors to client with stage at which error occurred.
240240
except Exception as exception: # pylint: disable=W0703
241241
log.exception(
242-
"error importing course at {0}".format(new_location)
242+
"error importing course"
243243
)
244244
return JsonResponse(
245245
{

0 commit comments

Comments
 (0)