BmapCopy.py: flush the destination file on exit
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 13:07:44 +0000 (15:07 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 14:55:20 +0000 (16:55 +0200)
commitd29b865c7d2b2d7b9941efa2db7faaa9208582a9
treec59dd3c47f592b58fe8c7e0c7e7143b11a04ce00
parent0a902abf54c437abfeabe3ad7d1bc21e6e6cbd2c
BmapCopy.py: flush the destination file on exit

Always flush the destination file on exit to make sure that if the user
opens the same file by path - he/she sees all the data.

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