Skip to content

unexpected keyword argument 'return_tuple' #27

@rtsisyk

Description

@rtsisyk
#!/usr/bin/env python

import sys
sys.path.append("./lib/tarantool-python/src")

import tarantool
server = tarantool.connect("localhost", 33013)
server.space(0).select(0)
roman@work:/data/work/tarantool/master/test$ ./test.py 
Traceback (most recent call last):
  File "./test.py", line 7, in <module>
    server = tarantool.connect("localhost", 33013)
  File "./lib/tarantool-python/src/tarantool/__init__.py", line 50, in connect
    return_tuple=return_tuple)
TypeError: __init__() got an unexpected keyword argument 'return_tuple'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions