diff --git a/tools/generate_update_fa_glyph_ranges.py b/tools/generate_update_fa_glyph_ranges.py index 98f887b0d2..04cd3c9e0a 100644 --- a/tools/generate_update_fa_glyph_ranges.py +++ b/tools/generate_update_fa_glyph_ranges.py @@ -38,7 +38,7 @@ for filename in all_source_files: data = f.read() except: continue - + tokens = tokens.union(set(re.findall("(ICON_FA_[a-zA-Z0-9_]+)", data))) print("{} tokens found.".format(len(tokens)))