diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/commands/cli_withlist.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/commands/cli_withlist.py b/src/mailman/commands/cli_withlist.py index 55d9ff5ec..e514c798f 100644 --- a/src/mailman/commands/cli_withlist.py +++ b/src/mailman/commands/cli_withlist.py @@ -172,8 +172,7 @@ class Withlist: readline.parse_and_bind('tab: complete') except ImportError: pass - else: - sys.ps1 = config.shell.prompt + ' ' + sys.ps1 = config.shell.prompt + ' ' interact(upframe=False, banner=banner, overrides=overrides) def _details(self): |
