diff options
| author | Jason Gerard DeRose <jderose@redhat.com> | 2008-07-22 06:41:33 +0000 |
|---|---|---|
| committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-07-22 06:41:33 +0000 |
| commit | fc33f5d359573cd977d168ea1fbed97cdc55c992 (patch) | |
| tree | 6532ceb40e602993a4aab8e2fa80423968aeaafe /ipalib/exceptions.py | |
| parent | 0c574d830062d7957c2c65081e3e66fc0bb41759 (diff) | |
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
Diffstat (limited to 'ipalib/exceptions.py')
| -rw-r--r-- | ipalib/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/exceptions.py b/ipalib/exceptions.py index 76c7da8c2..4c3071775 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): |
