diff options
Diffstat (limited to 'src/mailman/app/commands.py')
| -rw-r--r-- | src/mailman/app/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/commands.py b/src/mailman/app/commands.py index 7131defb4..a4867e7fc 100644 --- a/src/mailman/app/commands.py +++ b/src/mailman/app/commands.py @@ -40,5 +40,5 @@ def initialize(): verifyObject(IEmailCommand, command) assert command_class.name not in config.commands, ( 'Duplicate email command "{0}" found in {1}'.format( - command_class.name, module)) + command_class.name, command_class.__module__)) config.commands[command_class.name] = command_class() |
