diff options
| author | Barry Warsaw | 2016-04-01 17:17:00 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-04-01 17:17:00 -0400 |
| commit | 41ca73754450ad0a55e9ca6a009c64b8d78f5b8b (patch) | |
| tree | b3a21e7c89bbf4ea54b15b599a3148935a1c43ab /src/mailman/commands/cli_lists.py | |
| parent | b87447ffe4a20793e22884a99a7f9afe3a803004 (diff) | |
| download | mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.tar.gz mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.tar.zst mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.zip | |
Diffstat (limited to 'src/mailman/commands/cli_lists.py')
| -rw-r--r-- | src/mailman/commands/cli_lists.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py index 0b077543e..352accab2 100644 --- a/src/mailman/commands/cli_lists.py +++ b/src/mailman/commands/cli_lists.py @@ -222,11 +222,11 @@ class Create: print(_('Created mailing list: $mlist.fqdn_listname')) if args.notify: d = dict( - listname = mlist.fqdn_listname, - admin_url = mlist.script_url('admin'), - listinfo_url = mlist.script_url('listinfo'), - requestaddr = mlist.request_address, - siteowner = mlist.no_reply_address, + listname = mlist.fqdn_listname, # noqa + admin_url = mlist.script_url('admin'), # noqa + listinfo_url = mlist.script_url('listinfo'), # noqa + requestaddr = mlist.request_address, # noqa + siteowner = mlist.no_reply_address, # noqa ) text = make('newlist.txt', mailing_list=mlist, **d) # Set the I18N language to the list's preferred language so the |
