-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
From OPENTAR-33 in Mail.Ru JIRA.
version from github:
>>> import tarantool
>>> tnt=tarantool.connect('127.0.0.1', 33213)
>>> tnt.update(0, 'foo', [(1, '=', 200)])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/mru-mpnc/env/lib/python2.7/site-packages/tarantool/connection.py", line 276, in update
request = RequestUpdate(space_name, key, op_list, return_tuple)
TypeError: __init__() takes exactly 6 arguments (5 given)
version from pip install: OK
Metadata
Metadata
Assignees
Labels
No labels