diff options
| author | J08nY | 2017-07-25 21:44:54 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 17:39:08 +0200 |
| commit | 8addebbf9802e911c06f6a27b7ffff1e0f1d2e57 (patch) | |
| tree | 392b50bf726d790102a6036b7aae7e3aa4228720 /src/mailman/utilities | |
| parent | cc99242654f2bcc11b3a6f124908de4b175c48d4 (diff) | |
| download | mailman-pluggable-components.tar.gz mailman-pluggable-components.tar.zst mailman-pluggable-components.zip | |
Diffstat (limited to 'src/mailman/utilities')
| -rw-r--r-- | src/mailman/utilities/plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/utilities/plugins.py b/src/mailman/utilities/plugins.py index 3fb5e49bc..aad909056 100644 --- a/src/mailman/utilities/plugins.py +++ b/src/mailman/utilities/plugins.py @@ -70,7 +70,7 @@ def add_pluggable_components(subpackage, interface, mapping): """ for component in find_pluggable_components(subpackage, interface): if component.name in mapping: - raise RuntimeError( # pragma: no cover + raise RuntimeError( # pragma: nocover 'Duplicate key "{}" found in {}; previously {}'.format( component.name, component, mapping[component.name])) mapping[component.name] = component |
