jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

can't set lock_prefix in 0.4.3 #205

Closed swimablefish closed 7 years ago

swimablefish commented 8 years ago

I can't set lock_prefix when init Client. Then found the parameter has gone https://github.com/jplana/python-etcd/blob/0.4.3/src/etcd/client.py

lavagetto commented 7 years ago

The parameter is in 0.4.5, which you should upgrade to.