Skip to content

Commit 81ae09e

Browse files
simoncozensm4rc1e
authored andcommitted
Really skip tags
1 parent 321ecc4 commit 81ae09e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/gftools/packager/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,7 @@ def make_package(
676676
# All font families must have tagging data. This data helps users on Google
677677
# Fonts find font families. It's enabled by default since it's a hard
678678
# requirements set by management.
679-
tags = GFTags()
680-
if not skip_tags and not tags.has_family(metadata.name):
679+
if not skip_tags and not GFTags().has_family(metadata.name):
681680
raise ValueError(
682681
f"'{metadata.name}' does not have family tagging data! "
683682
"Please complete the following form, "

0 commit comments

Comments
 (0)