mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
When deleting multiple entries use --continue, not --continuous.
ticket 561
This commit is contained in:
parent
0ca29095a8
commit
1bcd4a389d
@ -853,7 +853,7 @@ class LDAPDelete(LDAPMultiQuery):
|
||||
if not delete_entry(pkey):
|
||||
result = False
|
||||
except errors.ExecutionError:
|
||||
if not options.get('continuous', False):
|
||||
if not options.get('continue', False):
|
||||
raise
|
||||
failed.append(pkey)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user