From bcaf5c207d88b1075a4a5702ab77af669bc185e2 Mon Sep 17 00:00:00 2001 From: John McMaster Date: Mon, 12 Nov 2018 10:51:31 -0800 Subject: [PATCH] dbfixup: more verbose const assertion Signed-off-by: John McMaster --- utils/dbfixup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/dbfixup.py b/utils/dbfixup.py index 3e709993..1dd5f872 100755 --- a/utils/dbfixup.py +++ b/utils/dbfixup.py @@ -136,7 +136,8 @@ def add_zero_bits(fn_in, fn_out, zero_db, clb_int=False, verbose=False): tag, bits, mode = parse_line(line) assert mode not in ( - "", ""), "Entries must be resolved" + "", + ""), "Entries must be resolved. line: %s" % (line, ) if mode: assert mode == "<0 candidates>" """