BmapCreate: simplify the exception class
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 07:19:27 +0000 (09:19 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 10:29:22 +0000 (12:29 +0200)
commit1f81c69ffda3fc3ecb5ff608699cdc0c7d85e241
tree5df0b9b73d04fce4b86ee4f0854a793ca05581a2
parent3ab32c944fdc764899bd1dfec6f879305646a0d9
BmapCreate: simplify the exception class

Once we removed the FIBMAP support, we do not need the 'errno' attribute in the
exception class - no one uses it. Let's kill it to have the code simpler and
more clear, as well as less error-prone.

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