Mark article sections with circle and indentation.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 23 Nov 2016 11:59:02 +0200
changeset 690 e89a9e65777d
parent 689 cab4924a02ea
child 691 cc362c8d17d4
Mark article sections with circle and indentation.
py/gadict_c5.py
--- a/py/gadict_c5.py	Tue Nov 22 22:26:00 2016 +0200
+++ b/py/gadict_c5.py	Wed Nov 23 11:59:02 2016 +0200
@@ -129,9 +129,8 @@
     for sense in translations:
         if not sense:
             raise Exception("""Empty sense for article: """ + headwords.__iter__().__next__())
-        FOUT.write("  ")
         if sense.pos:
-            FOUT.write("«")
+            FOUT.write("● «")
             FOUT.write(sense.pos)
             FOUT.write("» ")
             need_sep = False