summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_withlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/cli_withlist.py')
-rw-r--r--src/mailman/commands/cli_withlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_withlist.py b/src/mailman/commands/cli_withlist.py
index 9cfebd2bc..5aa5a5ec8 100644
--- a/src/mailman/commands/cli_withlist.py
+++ b/src/mailman/commands/cli_withlist.py
@@ -97,7 +97,7 @@ class Withlist:
# Detailed help wanted?
if args.details:
self._details()
- sys.exit(0)
+ return
# Interactive is the default unless --run was given.
if args.interactive is None:
interactive = (args.run is None)