diff options
Diffstat (limited to 'src/mailman/core/switchboard.py')
| -rw-r--r-- | src/mailman/core/switchboard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/switchboard.py b/src/mailman/core/switchboard.py index 61e0e5334..6e603f3c9 100644 --- a/src/mailman/core/switchboard.py +++ b/src/mailman/core/switchboard.py @@ -267,7 +267,7 @@ def handle_ConfigurationUpdatedEvent(event): name = conf.name.split('.')[-1] assert name not in config.switchboards, ( 'Duplicate runner name: {0}'.format(name)) - # Path is empty for non queue runners. hence check for path and create switchboard instance only for queu runner. + # Path is empty for non queue runners. hence check for path and create switchboard instance only for queue runner. if conf.path: substitutions = config.paths substitutions['name'] = name |
