mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
adtrustinstance: pep8 fix
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
0487f993fd
commit
a83b2583ab
@@ -354,7 +354,7 @@ class ADTRUSTInstance(service.Service):
|
||||
|
||||
if abs(self.rid_base - self.secondary_rid_base) < size:
|
||||
self.print_msg("Primary and secondary RID base are too close. "
|
||||
"They have to differ at least by %d." % size)
|
||||
"They have to differ at least by %d." % size)
|
||||
raise RuntimeError("RID bases too close.\n")
|
||||
|
||||
# Modify the range
|
||||
|
||||
Reference in New Issue
Block a user