If line 20 (in the patch below) sets "captcha_idx = 0" python throws an error:
TypeError: cannot concatenate 'str' and 'int' objects I think a better solution would be to remove the captcha_idx from that section of code if it is None, (and set it to None at line 20). -- https://code.launchpad.net/~ralfjung-e/mailman/2.1/+merge/368614 Your team Mailman Coders is requested to review the proposed merge of lp:~ralfjung-e/mailman/2.1 into lp:mailman/2.1. _______________________________________________ Mailman-coders mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-coders
