From 7790b106d9175eace4680ecee75ef562b5b4912b Mon Sep 17 00:00:00 2001 From: jMyles Date: Mon, 17 Jun 2019 16:17:03 -0700 Subject: [PATCH] Work Orders is the dict_values now. --- nucypher/characters/lawful.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucypher/characters/lawful.py b/nucypher/characters/lawful.py index 3e4dfd377..8579b5e1a 100644 --- a/nucypher/characters/lawful.py +++ b/nucypher/characters/lawful.py @@ -713,7 +713,7 @@ class Bob(Character): cleartexts = [] the_airing_of_grievances = [] - work_orders = work_orders.values() + for work_order in work_orders: try: cfrags = self.get_reencrypted_cfrags(work_order)