vavavr00m / boto

Automatically exported from code.google.com/p/boto
1 stars 0 forks source link

MTurk create_qualification_type does not handle auto granting correctly #567

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use create_qualification_type with auto_granted = True.

What is the expected output? What do you see instead?
I expect it to work. Instead there is an error resulting from an assert(test is 
False). I believe the line of code in question should instead say assert(test 
is None), since test is not a boolean.

What version of the product are you using? On what operating system?
2.1.1. Ubuntu

Original issue reported on code.google.com by christop...@gmail.com on 9 Dec 2011 at 9:16