Skip to content

Commit 711428b

Browse files
author
Luke Bakken
committed
Port fix to new pbuf.py codec
1 parent ef245c0 commit 711428b

File tree

2 files changed

+1
-774
lines changed

2 files changed

+1
-774
lines changed

riak/codecs/pbuf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def encode_bucket_props(self, props, msg):
322322
else:
323323
setattr(msg.props, prop, value)
324324
if 'repl' in props:
325-
msg.props.repl = REPL_TO_PY[props['repl']]
325+
msg.props.repl = REPL_TO_PB[props['repl']]
326326

327327
return msg
328328

0 commit comments

Comments
 (0)