diff options
| author | Sandesh Kumar Agrawal | 2013-01-17 05:35:41 +0530 |
|---|---|---|
| committer | Sandesh Kumar Agrawal | 2013-01-17 05:35:41 +0530 |
| commit | d4a84424032052e35a96c9f4ac8ba9f4a5d6633b (patch) | |
| tree | 9be8762ce68399de95dcf5e3a8386f6f77a34987 | |
| parent | 5ffa4a1323c9e4f75334d2792b8a5f66d4e6f6f0 (diff) | |
| download | mailman-d4a84424032052e35a96c9f4ac8ba9f4a5d6633b.tar.gz mailman-d4a84424032052e35a96c9f4ac8ba9f4a5d6633b.tar.zst mailman-d4a84424032052e35a96c9f4ac8ba9f4a5d6633b.zip | |
Comment fixed
| -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 |
