mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
client: ignore override errors in command overrides
This fixes API initialization errors when the remote server does not have the overriden command. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
@@ -14,7 +14,7 @@ if six.PY3:
|
||||
register = Registry()
|
||||
|
||||
|
||||
@register(override=True)
|
||||
@register(override=True, no_fail=True)
|
||||
class topologysuffix_verify(MethodOverride):
|
||||
def output_for_cli(self, textui, output, *args, **options):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user