]> code.ossystems Code Review - openembedded-core.git/commit
wic: Make _ptable_format public
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 2 Jun 2015 14:02:03 +0000 (17:02 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 22:55:37 +0000 (23:55 +0100)
commit72599b5500ebdd0c418a0ef1e2c93c833bd31d75
tree5cace1c528ffe4ba92ebb21e5eb311928f726dc8
parent6174983e20bd24422e5cee57e78dce9c92cb3c15
wic: Make _ptable_format public

Names with one leasding underscore considered protected in Python.
_ptable_format is accessed outside of its class.
Made it public by removing underscore.

This pylint warning should be fixed now:
Access to a protected member _ptable_format of a client class

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/imager/direct.py
scripts/lib/wic/plugins/source/bootimg-efi.py
scripts/lib/wic/plugins/source/bootimg-pcbios.py
scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py