]> code.ossystems Code Review - openembedded-core.git/commit
wic: partitionedfs: merged __format_disks and create
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 8 Feb 2017 18:51:25 +0000 (20:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:32 +0000 (20:06 -0800)
commitb76b1bd404487df38fd99bc0d0e6a59acb10c9d3
tree604123875644be5ad51528d38e2f5915a7fcedc4
parent8b62ac7e1de9e76e5fde9f741da8c224384298ad
wic: partitionedfs: merged __format_disks and create

Private method __format_disks is called only from create
method making the code less readable. Merged the code
into one method.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/utils/partitionedfs.py