On 6/28/21 2:56 PM, Bruce Johnson wrote:
Entering the list name in all lower case got it to work, which is odd since the script looks like it was supposed to do that.elif opt in ('-l', '--list'): arg = arg.lower() if not Utils.list_exists(arg): usage(1, _('Non-existent list: %(arg)s')) lists.append(arg)
The `arg = arg.lower()` line was added to https://www.msapiro.net/scripts/non_members on 2021/04/12. Perhaps the version you are actually running is older than that.
-- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/
