On 1/3/20 11:21 AM, ritwik p wrote:
> Line 53 in `eml_confirm.py` is: new_token, token_owner, member =
> ISubscriptionManager(mlist).confirm(token)
>
> I checked the return of function `confirm` of class `ISubscriptionManager` in
> `/mailman/src/interfaces/subscriptions.py` which says -->
>
> A
On 1/3/20 7:57 AM, ritwik p wrote:
> The mentioned issue: https://gitlab.com/mailman/mailman/issues/553
>
> So, the line 65 in `eml_confirm.py` in `/src/mailman/commands/`
> which raises the error is `assert member is None, member`
>
> Basically what this line is doing is checking if the `member
Line 53 in `eml_confirm.py` is: new_token, token_owner, member =
ISubscriptionManager(mlist).confirm(token)
I checked the return of function `confirm` of class `ISubscriptionManager` in
`/mailman/src/interfaces/subscriptions.py` which says -->
A 3-tuple is returned where the first element is th
The mentioned issue: https://gitlab.com/mailman/mailman/issues/553
So, the line 65 in `eml_confirm.py` in `/src/mailman/commands/`
which raises the error is `assert member is None, member`
Basically what this line is doing is checking if the `member` is `None` or not
and if it ISN'T, it raises
Hey Abhilash, thanks for replying.
It certainly would be beneficial for anyone using the shell.
Thanks
___
Mailman-Developers mailing list -- mailman-developers@python.org
To unsubscribe send an email to mailman-developers-le...@python.org
https://mail.