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 21a9a7107a
commit 7171142aaf

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