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 3953066 commit 0a38120Copy full SHA for 0a38120
src/tarantool/request.py
@@ -136,7 +136,7 @@ def pack_field(cls, value):
136
elif isinstance(value, (int, long)):
137
return cls.pack_int(value)
138
else:
139
- raise TypeError("Invalid argument type '%s', 'str' or 'int' expected"%type(value).__name__)
+ raise TypeError("Invalid argument type '%s'. Only 'str' or 'int' expected"%type(value).__name__)
140
141
142
@classmethod
0 commit comments