mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix use of incorrect variable
Part of: https://pagure.io/freeipa/issue/7548 Related: https://pagure.io/freeipa/issue/5608 Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
21a9a7107a
commit
7171142aaf
@ -853,7 +853,7 @@ class PKIIniLoader:
|
|||||||
if errs:
|
if errs:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
'{} overrides immutable options:\n{}'.format(
|
'{} overrides immutable options:\n{}'.format(
|
||||||
filename, '\n'.join(errors)
|
filename, '\n'.join(errs)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user