From dff6bd9bf89ca80e2265696a478e540476718c9c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 12 Dec 2009 20:57:59 -0500 Subject: Moved be to libbe.ui.command_line and transitioned to Command format. --- libbe/command/list.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libbe/command/list.py') diff --git a/libbe/command/list.py b/libbe/command/list.py index 9527779..c835815 100644 --- a/libbe/command/list.py +++ b/libbe/command/list.py @@ -72,6 +72,7 @@ class List (libbe.command.Command): def __init__(self, *args, **kwargs): libbe.command.Command.__init__(self, *args, **kwargs) + self.requires_bugdir = True self.options.extend([ libbe.command.Option(name='status', help='Only show bugs matching the STATUS specifier', -- cgit