diff options
Diffstat (limited to 'src/mailman/commands/cli_lists.py')
| -rw-r--r-- | src/mailman/commands/cli_lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py index 79845ad57..cf1bd2ead 100644 --- a/src/mailman/commands/cli_lists.py +++ b/src/mailman/commands/cli_lists.py @@ -208,7 +208,7 @@ class Create: except ListAlreadyExistsError: self.parser.error(_('List already exists: $fqdn_listname')) return - except BadDomainSpecificationError, domain: + except BadDomainSpecificationError as domain: self.parser.error(_('Undefined domain: $domain')) return # Find the language associated with the code, then set the mailing |
