pull/3577/head
Erik Johnston 2018-07-23 12:31:35 +01:00
parent 959f4b9074
commit 842cdece42
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class EventContext(object):
current_state_ids=current_state_ids,
prev_state_ids=prev_state_ids,
prev_group=input["prev_group"],
delta_ids = _decode_state_dict(input["delta_ids"]),
delta_ids=_decode_state_dict(input["delta_ids"]),
)
context.rejected = input["rejected"]