We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5b737 commit 1842662Copy full SHA for 1842662
erlang.py
@@ -462,7 +462,7 @@ def _binary_to_term(i, data):
462
if b_ord(data[i]) != _TAG_SMALL_INTEGER_EXT:
463
raise ParseException('invalid small integer tag')
464
i += 1
465
- length = b_ord(data[i])
+ arity = b_ord(data[i])
466
467
return (i, OtpErlangFunction(tag, data[old_i:i]))
468
elif tag == _TAG_NEW_REFERENCE_EXT:
0 commit comments