diff --git a/Lib/gftools/push/trafficjam.py b/Lib/gftools/push/trafficjam.py index 244cbc52..74f838be 100644 --- a/Lib/gftools/push/trafficjam.py +++ b/Lib/gftools/push/trafficjam.py @@ -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 = []