Skip to content

Commit

Permalink
Really skip tags
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jun 5, 2024
1 parent 0e872c1 commit ae9df51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/gftools/packager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,7 @@ def make_package(
# All font families must have tagging data. This data helps users on Google
# Fonts find font families. It's enabled by default since it's a hard
# requirements set by management.
tags = GFTags()
if not skip_tags and not tags.has_family(metadata.name):
if not skip_tags and not GFTags().has_family(metadata.name):
raise ValueError(
f"'{metadata.name}' does not have family tagging data! "
"Please complete the following form, "
Expand Down

0 comments on commit ae9df51

Please sign in to comment.