mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 01:31:56 -06:00
adtrustinstance: pep8 fix
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
0487f993fd
commit
a83b2583ab
@ -354,7 +354,7 @@ class ADTRUSTInstance(service.Service):
|
|||||||
|
|
||||||
if abs(self.rid_base - self.secondary_rid_base) < size:
|
if abs(self.rid_base - self.secondary_rid_base) < size:
|
||||||
self.print_msg("Primary and secondary RID base are too close. "
|
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")
|
raise RuntimeError("RID bases too close.\n")
|
||||||
|
|
||||||
# Modify the range
|
# Modify the range
|
||||||
|
Loading…
Reference in New Issue
Block a user