BmapCreate: handle flush() exception
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 07:25:17 +0000 (09:25 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 11:22:17 +0000 (13:22 +0200)
commit9f448ccef146eb5d429787e470dac8e80a3551f4
treebc0086bfba83fc515f0381a03c7d26b7c3338544
parent1f81c69ffda3fc3ecb5ff608699cdc0c7d85e241
BmapCreate: handle flush() exception

We handle file.flush() exceptions for the image, but not for bmap. This is
inconsistent. Let's handle them for both.

Change-Id: Ie4e9e28b865d2dcb9da278d577443f3665a4a907
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/BmapCreate.py