BmapCopy: do not check for os.path.exists exceptions
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 14 Jan 2013 14:16:20 +0000 (16:16 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 14 Jan 2013 14:16:20 +0000 (16:16 +0200)
commit434034ab8915fdbbf82445945101d1564712eb5a
treedebc2f39c0362e385e15b4f2f1ff5baebb965c8b
parent975ce0e837a8d37731bf59dfe06463b283dfba01
BmapCopy: do not check for os.path.exists exceptions

It is very unlikely that it fails, but if it does, we'll just have an unhandled
exception, which is fine in this case.

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