mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user