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 62ead19 commit 3584979Copy full SHA for 3584979
src/tarantool/request.py
@@ -55,7 +55,7 @@ def pack_int(value):
55
'''
56
if __debug__:
57
if not isinstance(value, int):
58
- raise TypeError("Invalid argument type '%s', 'int' expected"%type(value).__name__)
+ raise TypeError("Invalid argument type '%s'. Only 'int' expected"%type(value).__name__)
59
return struct_BL.pack(4, value)
60
61
0 commit comments