Skip to content

Commit e70cbae

Browse files
authored
Merge pull request #989 from googlefonts/trafficjam-csv
trafficjam: add family tags
2 parents c14661a + a7a6f5e commit e70cbae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/gftools/push/trafficjam.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,9 @@ def to_server_file(self, fp: "str | Path"):
397397
if item.category == PushCategory.BLOCKED or item.path in seen:
398398
continue
399399
seen.add(item.path)
400+
if str(item.path) == "tags/all/families.csv":
401+
bins["tags"].add(item)
402+
continue
400403
bins[item.category.value].add(item)
401404

402405
res = []

0 commit comments

Comments
 (0)