Skip to content

Commit

Permalink
Merge pull request #186 from mitocw/mitx-cypress.1-hotfix.3-rc
Browse files Browse the repository at this point in the history
Mitx cypress.1 hotfix.3 rc
  • Loading branch information
bdero committed Feb 9, 2016
2 parents 4fb8b78 + 66a8b2d commit 44e4339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/instructor/views/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def _do_remote_gradebook(user, course, action, args=None, files=None):
resp = requests.post(rgburl, data=data, verify=False, files=files)
retdict = json.loads(resp.content)
except Exception as err: # pylint: disable=broad-except
msg = _("Failed to communicate with gradebook server at {url}").format(url=rgburl) + "<br/>"
msg = _("Failed to communicate with gradebook server") + "<br/>"
msg += _("Error: {err}").format(err=err)
msg += "<br/>resp={resp}".format(resp=resp.content)
msg += "<br/>data={data}".format(data=data)
Expand Down

0 comments on commit 44e4339

Please sign in to comment.