Skip to content

Commit

Permalink
Merge pull request revsys#16 from failedguidedog/master
Browse files Browse the repository at this point in the history
Fix bad return of ServiceUnavailable exception
  • Loading branch information
KristianOellegaard committed Dec 5, 2014
2 parents aec945f + da0a821 commit 5365204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health_check_storage/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def check_status(self):
return ServiceUnavailable("File was not deleted")
return True
except Exception:
return ServiceUnavailable("Unknown exception")
raise ServiceUnavailable("Unknown exception")

0 comments on commit 5365204

Please sign in to comment.