]> code.ossystems Code Review - openembedded-core.git/commit
wic: Fix format string
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 5 Jun 2015 07:17:10 +0000 (10:17 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 22:55:39 +0000 (23:55 +0100)
commit2cae0473971ff3983c7e423c23215b342c7dad1d
tree466278f5a62ea9fba83c037c669a283a3dc6f721
parent4bfe81a88653f4851ec24eef9e5ee51960cb101b
wic: Fix format string

wic crashes with "TypeError: %d format: a number is required, not str"
Due to incorrect format used for Wic_PartData.extra_size attribute.
Using %s instead of %d should fix the crash.

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