Skip to content

Commit 7c56834

Browse files
committed
Merge pull request #457 from basho/fixes/lrb/typo-gh-440
Fix incorrect code.
2 parents a12f6fd + 4694597 commit 7c56834

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,5 @@ Contributors
192192
* Soren Hansen
193193
* Sreejith Kesavan
194194
* Timothée Peignier
195+
* [Vitaly Shestovskiy](https://github.com/lamp0chka)
195196
* William Kral

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)