Hide analysis duration
This commit is contained in:
parent
d33a3f162f
commit
d1f3c5a9ae
3 changed files with 5 additions and 2 deletions
|
@ -175,7 +175,7 @@ def _generate_root_index() -> None:
|
|||
intervals = [
|
||||
p.name
|
||||
for p in OUTPUT_DIR.iterdir()
|
||||
if p.is_dir() and p.name.lower() not in {"domains", "global"}
|
||||
if p.is_dir() and p.name.lower() not in {"domains", "global", "analysis"}
|
||||
]
|
||||
intervals.sort()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue