summaryrefslogtreecommitdiff
path: root/src/mailman/bin/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bin/runner.py')
-rw-r--r--src/mailman/bin/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/runner.py b/src/mailman/bin/runner.py
index 928365237..be41dcd96 100644
--- a/src/mailman/bin/runner.py
+++ b/src/mailman/bin/runner.py
@@ -187,7 +187,7 @@ def main():
for shortname in sorted(descriptions):
classname = descriptions[shortname]
spaces = longest - len(shortname)
- name = (' ' * spaces) + shortname # flake8: noqa
+ name = (' ' * spaces) + shortname # noqa
print(_('$name runs $classname'))
sys.exit(0)