[rhinstaller/anaconda/pulls/96 master] Fix for "Kickstart installation fails with error SettingsNotFoundError: SettingsNotFoundError('p7p1',)" (#1197960)

vpodzime installerbot-noreply at redhat.com
Tue May 5 07:02:56 UTC 2015


> So use % instead of .format().
> 
> Ok, no problem with that. I'll change it before the push.

Actually, in this particular case, you should use neither ``%`` nor ``.format()`` as the ``log.*()`` functions behave like ``printf()`` in *C* with some lazy evaluation of the arguments (don't know the details, but we have a pylint check for not using ``%`` inside ``log.*()`` calls).
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/96


More information about the anaconda-patches mailing list