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 41aa034 commit 7d8f9a4Copy full SHA for 7d8f9a4
kafka/protocol/types.py
@@ -10,7 +10,7 @@ def _pack(f, value):
10
return pack(f, value)
11
except error as e:
12
raise ValueError("Error encountered when attempting to convert value: "
13
- "{} to struct format: '{}', hit error: {}"
+ "{!r} to struct format: '{}', hit error: {}"
14
.format(value, f, e))
15
16
@@ -20,7 +20,7 @@ def _unpack(f, data):
20
return value
21
22
23
24
25
26
0 commit comments