summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_withlist.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-26 23:41:16 -0500
committerBarry Warsaw2009-11-26 23:41:16 -0500
commit80a0584e6b286fe46c70cbd5469d85825b5f3990 (patch)
tree29b5a9df172e7d0ede8c756e78ca8c1fb8d875bc /src/mailman/commands/cli_withlist.py
parente559b7d7539e2290ace0e3688f3d152ea8c8e04b (diff)
downloadmailman-80a0584e6b286fe46c70cbd5469d85825b5f3990.tar.gz
mailman-80a0584e6b286fe46c70cbd5469d85825b5f3990.tar.zst
mailman-80a0584e6b286fe46c70cbd5469d85825b5f3990.zip
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)