Closed fokoid closed 8 years ago
add_member should raise socman.BadMemberError if passed a member which is None or of which both the name and barcode are None. However, at present it also raises this is either of the name or barcode (but not both) is None.
add_member
socman.BadMemberError
None
Fixed in 3c616499f571914d7ee426f0111acb2b7206ced0.
add_member
should raisesocman.BadMemberError
if passed a member which isNone
or of which both the name and barcode areNone
. However, at present it also raises this is either of the name or barcode (but not both) isNone
.