Skip to content

Commit

Permalink
We don’t need to ship all the fonts in the artefact *again*
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 19, 2024
1 parent 31065f3 commit effbf32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lib/notoqa/regression.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import glob
import shutil
from gftools.actions.getlatestversion import get_latest_release
from gftools.utils import download_files_from_archive
from diffenator2.html import build_index_page
Expand Down Expand Up @@ -101,5 +102,8 @@
else:
print(f"Could not find a match for {before}")

# Remove the fonts_before directory
shutil.rmtree(fonts_before_dir)

if glob.glob(outdir + "/*"):
build_index_page(outdir)

0 comments on commit effbf32

Please sign in to comment.