Skip to content

Instantly share code, notes, and snippets.

@mcroydon
Created October 28, 2010 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcroydon/151070717bfe56a3da1a to your computer and use it in GitHub Desktop.
Save mcroydon/151070717bfe56a3da1a to your computer and use it in GitHub Desktop.
Getting a RiakError when setting links with RiakPbcTransport
@mcroydon
Copy link
Author

I fixed this by changing all xrange(0,9) calls to xrange(0,10), which is what I should have been doing in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment