Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Correct error messages to be a list #59

Merged
merged 10 commits into from
Jun 7, 2015
Merged

Correct error messages to be a list #59

merged 10 commits into from
Jun 7, 2015

Conversation

dcramer
Copy link
Member

@dcramer dcramer commented May 8, 2014

No description provided.

elif issue_response.status_code == 400:
for k in issue_response.json["errors"].keys():
errdict[k] = [issue_response.json["errors"][k],]
errdict["__all__"] = issue_response.json["errorMessages"]
errdict["__all__"] = [issue_response.json["errorMessages"]]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't confirm this one was actually correct, just made the assumption

@dcramer dcramer merged commit 5d94f46 into getsentry:master Jun 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant