mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
figleaf_htmlizer: oops, re-ignore files that aren't under root, like code in auto-built eggs
This commit is contained in:
parent
58da3792d1
commit
aee319e236
@ -98,6 +98,8 @@ class Renderer:
|
||||
continue
|
||||
if not k.startswith("/"):
|
||||
continue
|
||||
if root and not k.startswith(root):
|
||||
continue
|
||||
|
||||
display_filename = self.make_display_filename(k)
|
||||
info = self.process_file(k, display_filename, coverage)
|
||||
|
Loading…
x
Reference in New Issue
Block a user