]> arthur.barton.de Git - bup.git/commit
web: do not show size for dirs and symlinks
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 17 May 2020 19:55:28 +0000 (21:55 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 16 Oct 2021 19:32:42 +0000 (14:32 -0500)
commitcb19112737bd353b3e838a6a20ecd06ec12dd69a
tree56a397433ae5eb52a17dc3c098c1e4b05180b2aa
parent8659febe534245ed8a5299637aa4ee0961aa1011
web: do not show size for dirs and symlinks

It's strange to see a lot of zeros for these items, just
don't show them by making the display_size None.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/cmd/web.py