forked from Imagelibrary/littlefs
scripts: Changed dbglfs.py's cksum mismatch hint to ?
Maybe it's just me, but it seems a bit more obvious cksum 2f629db4? is an error vs cksum 2f629db4!. The second one just makes it seem like dbglfs.py is really excited.
This commit is contained in:
@@ -2009,7 +2009,7 @@ def main(disk, mroots=None, *,
|
||||
bweight//mleaf_weight, 1*mleaf_weight,
|
||||
mroot.rev,
|
||||
gstate.gcksum,
|
||||
'' if gstate.gcksum_ == gstate.gcksum__ else '!'))
|
||||
'' if gstate.gcksum_ == gstate.gcksum__ else '?'))
|
||||
|
||||
# dynamically size the id field
|
||||
w_width = max(
|
||||
|
||||
Reference in New Issue
Block a user