Skip to content

Commit

Permalink
Update sg-bulk-builder-arabic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Dec 14, 2023
1 parent 6daa997 commit 6a855b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/sg-bulk-builder-arabic.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def create_file(profile_name):


def build_results(item, new_profile):
current_script = item
profile_name = '%s.yaml' % item
profile = create_file(profile_name)
profile.write("#auto-generated using sg-bulk-builder-arabic.py\n")
Expand Down Expand Up @@ -90,7 +89,6 @@ def main():

for character in gflangs[language].exemplar_chars.base:
if unicodedata.category(character).startswith("L"):
# init/medi/fina
joining_type = get_joining_type(character)
if joining_type in ("R", "D"):
# .fina
Expand Down

0 comments on commit 6a855b7

Please sign in to comment.