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:
Fraser Tweedale
2019-07-12 13:24:51 +10:00
committed by Alexander Bokovoy
parent e632b22079
commit 71af731b30

View File

@@ -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)
) )
) )