From 44336d8a562165d6f540fbc194aac37ef85a0e43 Mon Sep 17 00:00:00 2001 From: Laurens Van Houtven <_@lvh.io> Date: Thu, 12 Feb 2015 15:41:56 -0800 Subject: [PATCH] Oh look a typo --- otter/worker/_rcv3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otter/worker/_rcv3.py b/otter/worker/_rcv3.py index 52f4891f2..43af3945f 100644 --- a/otter/worker/_rcv3.py +++ b/otter/worker/_rcv3.py @@ -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.