basho / riak-python-client

The Riak client for Python.
Apache License 2.0
321 stars 183 forks source link

BucketType class method get_property requires too many arguments #340

Closed macintux closed 10 years ago

macintux commented 10 years ago

feature/crdts branch

    def get_property(self, key, value):
        """
        Retrieve a bucket-type property.

        :param key: The property to retrieve.
        :type key: string
        :rtype: mixed
        """
        return self.get_properties()[key]
hazen commented 10 years ago

This has been addressed by https://github.com/basho/riak-python-client/commit/53667cbb9914a583ccf929112942d7a0fd097104 in #316.

Closing.