Fix pylint warning
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 11:33:41 +0000 (13:33 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 17:01:22 +0000 (19:01 +0200)
Too long line...

Change-Id: I6c0d0b2aee94e7996db5dcac6a5513da7f47e067
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmap

diff --git a/bmap b/bmap
index 9f74650..709ae5e 100755 (executable)
--- a/bmap
+++ b/bmap
@@ -176,7 +176,8 @@ def parse_arguments():
 
     # The --no-checksum option
     text = "do not generate the checksum for block ranges in the bmap"
-    parser_create.add_argument("--no-checksum", action="store_true", help = text)
+    parser_create.add_argument("--no-checksum", action="store_true",
+                               help = text)
 
     #
     # Create the parser for the "flash" command