From 1d1d82fda4c499f16ec1d74d8b9b63e03ecae144 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 12 Nov 2009 17:34:19 -0500 Subject: Fix typo in name of exception --- ipalib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') diff --git a/ipalib/cli.py b/ipalib/cli.py index c1128a7c..58d9b074 100644 --- a/ipalib/cli.py +++ b/ipalib/cli.py @@ -852,7 +852,7 @@ class cli(backend.Executioner): try: raw = sys.stdin.read() except IOError, e: - raise ValidationErro( + raise ValidationError( name=to_cli(p.cli_name), error=e[1] ) kw[p.name] = self.Backend.textui.decode(raw) -- cgit