Skip to content

Commit

Permalink
Merge pull request #989 from googlefonts/trafficjam-csv
Browse files Browse the repository at this point in the history
trafficjam: add family tags
  • Loading branch information
m4rc1e authored Jun 14, 2024
2 parents c14661a + a7a6f5e commit e70cbae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/gftools/push/trafficjam.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ def to_server_file(self, fp: "str | Path"):
if item.category == PushCategory.BLOCKED or item.path in seen:
continue
seen.add(item.path)
if str(item.path) == "tags/all/families.csv":
bins["tags"].add(item)
continue
bins[item.category.value].add(item)

res = []
Expand Down

0 comments on commit e70cbae

Please sign in to comment.