[indic-generator] Ouch

Not sure how this was passing tests still.
pull/3648/head
Behdad Esfahbod 3 years ago
parent f0269e0f1b
commit 0ec4dcb93d
  1. 2
      src/gen-indic-table.py

@ -233,7 +233,7 @@ for key, (cat, pos, block) in data.items():
data = new_data
for k,new_cat in category_overrides.items():
(cat, pos, block) in data.get(k, defaults)
(cat, pos, block) = data.get(k, defaults)
data[k] = (new_cat, pos, block)
values = [{_: 1} for _ in defaults]

Loading…
Cancel
Save