Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Making a call to domain.create_expression() blows up #2961

Open
slobdell opened this issue Feb 12, 2015 · 0 comments
Open

Making a call to domain.create_expression() blows up #2961

slobdell opened this issue Feb 12, 2015 · 0 comments

Comments

@slobdell
Copy link

When you call boto.cloudsearch2.domain.Domain.create_expression() you get a TypeError

You can see internally that the parameter count does not match up. See the method call here:

data = self.layer1.define_expression(self.name, name, value)

Does not match with the method definition here:

def define_expression(self, domain_name, expression):

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant