From fc33f5d359573cd977d168ea1fbed97cdc55c992 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 22 Jul 2008 06:41:33 +0000 Subject: 28: Added new base.Register class that is a more generic way of doing the plugin registration and doesn't itself instatiate any plugins; added corresponding unit tests --- ipalib/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/exceptions.py') diff --git a/ipalib/exceptions.py b/ipalib/exceptions.py index 76c7da8c..4c307177 100644 --- a/ipalib/exceptions.py +++ b/ipalib/exceptions.py @@ -58,7 +58,7 @@ class DuplicateError(IPAError): class RegistrationError(IPAError): - msg = '%r must be a subclass of %s' + msg = '%s: %r' class PrefixError(IPAError): -- cgit