]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/web.py
web: omit '.' link
[bup.git] / lib / bup / cmd / web.py
index 83c7ca6b4de05788e3e2a3a3608b87678a34d0be..cae0d46ebe0b85ed08c4cf513458332f83faa6a8 100755 (executable)
@@ -97,7 +97,6 @@ def _dir_contents(repo, resolution, show_hidden=False):
             if (name not in (b'.', b'..')) and name.startswith(b'.'):
                 continue
         if name == b'.':
-            yield display_info(name, item, item, b'.')
             parent_item = resolution[-2][1] if len(resolution) > 1 else dir_item
             yield display_info(b'..', parent_item, parent_item, b'..')
             continue