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>" """