Skip to content

Commit

Permalink
Oh look a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvh committed Feb 12, 2015
1 parent 08ec2aa commit 44336d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otter/worker/_rcv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _generic_rcv3_request(step_class, request_bag, lb_id, server_id):

svc_req = effect.intent
codes = set(svc_req.success_pred.codes) - set([409])
svc_req.succes_pred = has_code(*codes)
svc_req.success_pred = has_code(*codes)

# Unfortunate that we have to TenantScope here, but here's where we're
# performing.
Expand Down

0 comments on commit 44336d8

Please sign in to comment.