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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
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/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to