Skip to content

Conversation

@ichernetsky
Copy link

Hi there,

In our project we have to use python-bert library, which relies on python-erlastic one, which in turn is not compatible with Python 2.x. I've made it compatible mainly by using six library.

If there are any problems with this pull request, please let me know, I would be more than happy to amend it.

Thank you!

Ivan.

def decode_115(self, buf, offset):
"""SMALL_ATOM_EXT"""
atom_len = buf[offset]
atom_len = six.intexbytes(buf, offset)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be indexbytes

@ichernetsky
Copy link
Author

The typo is fixed. Thanks for pointing that out.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants