py/gadict_c5.py
changeset 569 5709d5bd349b
parent 566 0bba61492c37
child 584 255e568d0149
--- a/py/gadict_c5.py	Wed Sep 21 22:46:28 2016 +0300
+++ b/py/gadict_c5.py	Wed Sep 21 22:57:21 2016 +0300
@@ -110,7 +110,7 @@
                 FOUT.write("; ".join(["{"+s+"}" for s in sense.rel_list]))
             if not LANGS or len(LANGS) != 1:
                 FOUT.write("\n")
-        for (lang, tr) in sense.tr_list:
+        for (lang, tr) in sense.ex_list or []:
             if LANGS and not (lang in LANGS):
                 continue
             FOUT.write("  ")