Skip to content

Commit

Permalink
Merge pull request #1019 from googlefonts/gftag-rm
Browse files Browse the repository at this point in the history
gen-push-lists: rm GFTags remnants
  • Loading branch information
m4rc1e authored Aug 18, 2024
2 parents 6fdb840 + 8f2ffd0 commit b38c184
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lib/gftools/scripts/gen_push_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
PushList,
)
from gftools.push.utils import branch_matches_google_fonts_main
from gftools.tags import GFTags
from pathlib import Path
from gftools.utils import is_google_fonts_repo
from contextlib import contextmanager
Expand Down Expand Up @@ -71,8 +70,6 @@ def main(args=None):
to_sandbox.to_server_file(to_sandbox_fp)
to_production.to_server_file(to_production_fp)

tags = GFTags()
tags.to_csv(gf_path / "tags" / "all" / "families.csv")
repo = pygit2.Repository(str(gf_path))
if any("tags/all/families.csv" in d.delta.new_file.path for d in repo.diff()):
with open(to_sandbox_fp, "r", encoding="utf-8") as doc:
Expand Down

0 comments on commit b38c184

Please sign in to comment.