diff options
Diffstat (limited to 'src/mailman/core/pipelines.py')
| -rw-r--r-- | src/mailman/core/pipelines.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/pipelines.py b/src/mailman/core/pipelines.py index ffd196f85..66a47eac0 100644 --- a/src/mailman/core/pipelines.py +++ b/src/mailman/core/pipelines.py @@ -116,7 +116,7 @@ def initialize(): verifyObject(IHandler, handler) assert handler.name not in config.handlers, ( 'Duplicate handler "{0}" found in {1}'.format( - handler.name, handler_finder)) + handler.name, handler_class)) config.handlers[handler.name] = handler # Set up some pipelines. for pipeline_class in (BuiltInPipeline, VirginPipeline): |
