Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
pep-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Cowling committed Dec 5, 2013
1 parent bd062fd commit e7c70d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backdrop/read/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def bucket_health():
buck_string = ((len(failing_buckets) > 1) and 'buckets' or 'bucket')

return jsonify(status='error',
message='%s %s are out of date' % (message, buck_string)), 500
message='%s %s are out of date' %
(message, buck_string)), 500

else:
return jsonify(status='ok',
Expand Down

0 comments on commit e7c70d3

Please sign in to comment.