Commit 6cf7d263 by e0d

Merge pull request #95 from edx/fix/e0d/no-name-e

fixing bug noticed in production
parents eb18113f 83a490c7
......@@ -620,7 +620,7 @@ def upload(request, course_id): # ajax upload file to a question or answer
raise exceptions.PermissionDenied(msg)
except exceptions.PermissionDenied, err:
error = unicode(e)
error = unicode(err)
except Exception, err:
print err
logging.critical(unicode(err))
......
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