Skip to content

Commit 4729f5a

Browse files
committed
Missed one occurrence
1 parent d44957b commit 4729f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/fontbakery/checks/vendorspecific/googlefonts/family_name_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def check_family_name_compliance(ttFont):
7171
known_exception = False
7272

7373
# Process exceptions
74-
filename = resource_filename("fontbakery", abbreviations_exceptions_txt)
74+
filename = get_resource_file_path(abbreviations_exceptions_txt)
7575
for exception in open(filename, "r", encoding="utf-8").readlines():
7676
exception = exception.split("#")[0].strip()
7777
if exception == "":

0 commit comments

Comments
 (0)