mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
fstring for variation selector
This commit is contained in:
parent
053c1ea59a
commit
1f4c49cb96
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ def _check_no_vs(sorted_seq_to_filepath):
|
||||||
"""Our image data does not use emoji presentation variation selectors."""
|
"""Our image data does not use emoji presentation variation selectors."""
|
||||||
for seq, fp in sorted_seq_to_filepath.items():
|
for seq, fp in sorted_seq_to_filepath.items():
|
||||||
if EMOJI_VS in seq:
|
if EMOJI_VS in seq:
|
||||||
print(f'check no VS: FE0F in path: {fp}')
|
print(f'check no VS: {EMOJI_VS} in path: {fp}')
|
||||||
|
|
||||||
|
|
||||||
def _check_valid_emoji_cps(sorted_seq_to_filepath, unicode_version):
|
def _check_valid_emoji_cps(sorted_seq_to_filepath, unicode_version):
|
||||||
|
|
Loading…
Add table
Reference in a new issue