[bmap-tools] [PATCH 2/7] BmapCopy: fix a typo in error message

dedekind1 at gmail.com dedekind1 at gmail.com
Wed Aug 14 04:13:26 EDT 2013


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

... add a missing whitespace.

Change-Id: I8d713263de9899ff314d83e69aae9f3a672c3285
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 bmaptools/BmapCopy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bmaptools/BmapCopy.py b/bmaptools/BmapCopy.py
index 622fd49..4a9c8cc 100644
--- a/bmaptools/BmapCopy.py
+++ b/bmaptools/BmapCopy.py
@@ -541,7 +541,7 @@ class BmapCopy:
         # 'mapped_cnt' blocks.
         if blocks_written != self.mapped_cnt:
             raise Error("wrote %u blocks from image '%s' to '%s', but should "
-                        "have %u - bmap file '%s' does not belong to this"
+                        "have %u - bmap file '%s' does not belong to this "
                         "image"
                         % (blocks_written, self._image_path, self._dest_path,
                            self.mapped_cnt, self._bmap_path))
-- 
1.8.1.4




More information about the Bmap-tools mailing list