From fe012f4ff258bdfc25bc61b3861eb75c34a6e821 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 21 May 2009 14:31:54 -0400 Subject: Fix a few issues introduced by the new Param.use_in_context() patch --- ipalib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/cli.py') diff --git a/ipalib/cli.py b/ipalib/cli.py index a6f4fe86..b7f840cf 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -428,7 +428,7 @@ class help(frontend.Command): Display help for a command or topic. """ - takes_args = [Bytes('command?')] + takes_args = (Bytes('command?'),) _PLUGIN_BASE_MODULE = 'ipalib.plugins' -- cgit