From 816d72d56f350bf15faf9d80ce71e8ce3e95784a Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 2 Sep 2009 14:48:54 +0000 Subject: [PATCH] --- sfatables/commands/List.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfatables/commands/List.py b/sfatables/commands/List.py index 79d1849b..b3385e4c 100644 --- a/sfatables/commands/List.py +++ b/sfatables/commands/List.py @@ -16,4 +16,5 @@ class List(Command): return True def __call__(self, option, opt_str, value, parser, *args, **kwargs): + return self.call(option) -- 2.47.0