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 793dc4d commit ff13f87Copy full SHA for ff13f87
kafka/protocol/types.py
@@ -21,7 +21,7 @@ def _unpack(f, data):
21
except error as e:
22
raise ValueError("Error encountered when attempting to convert value: "
23
"{!r} to struct format: '{}', hit error: {}"
24
- .format(value, f, e))
+ .format(data, f, e))
25
26
27
class Int8(AbstractType):
0 commit comments