From 2208a48b890a8c7802e2321cbeaa1be67dc24c03 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 8 Feb 2019 14:27:57 -0800 Subject: [PATCH] Make format. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- utils/bit2fasm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/bit2fasm.py b/utils/bit2fasm.py index ec06189a..56fa3fbc 100755 --- a/utils/bit2fasm.py +++ b/utils/bit2fasm.py @@ -88,7 +88,10 @@ def main(): default_bitread = os.path.join(os.getenv("XRAY_TOOLS_DIR"), 'bitread') parser.add_argument('--db-root', help="Database root.", **db_root_kwargs) - parser.add_argument('--bits-file', help="Output filename for bitread output, default is deleted tempfile.", default=None) + parser.add_argument( + '--bits-file', + help="Output filename for bitread output, default is deleted tempfile.", + default=None) parser.add_argument( '--part', help="Name of part being targetted.", **part_kwargs) parser.add_argument(