mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Giant webui patch take 2
This commit is contained in:
@@ -836,7 +836,7 @@ cli_plugins = (
|
||||
def run(api):
|
||||
error = None
|
||||
try:
|
||||
argv = api.bootstrap_with_global_options(context='cli')
|
||||
(options, argv) = api.bootstrap_with_global_options(context='cli')
|
||||
for klass in cli_plugins:
|
||||
api.register(klass)
|
||||
api.load_plugins()
|
||||
|
||||
Reference in New Issue
Block a user