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:
@@ -24,7 +24,7 @@ from ipalib import api
|
||||
register = Registry()
|
||||
|
||||
|
||||
@register(override=True)
|
||||
@register(override=True, no_fail=True)
|
||||
class idrange_add(MethodOverride):
|
||||
def interactive_prompt_callback(self, kw):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user