New: [rhinstaller/blivet/pulls/277 master] Update the getattr calls with PEP8 property/attribute names

vpodzime installerbot-noreply at redhat.com
Thu Nov 12 13:49:41 UTC 2015


In order to have a nicer code we have recently moved from camelCase names to
split_words names. While the change covered all the direct accesses (pylint
would catch any problematic ones), it didn't cover the cases where we access the
items indirectly via the getattr() call. This fixes all the getattr() calls that
tried to access any camelCase items.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/277


More information about the anaconda-patches mailing list