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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyoung committed Mar 23, 2017
1 parent 0fbfbf5 commit 9da0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cifsdk/client/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _check_status(self, resp, expect=200):
raise TimeoutError()

if resp.status_code == 422:
raise SubmissionFailed()
raise SubmissionFailed(resp.content)

if resp.status_code != expect:
raise RuntimeError(resp.content)
Expand Down

0 comments on commit 9da0d93

Please sign in to comment.