py/gadict.py
changeset 659 3d4ea0a5928f
parent 647 6ae5399c8087
child 695 45e971e7a5f4
--- a/py/gadict.py	Thu Nov 10 12:02:45 2016 +0200
+++ b/py/gadict.py	Thu Nov 10 14:51:49 2016 +0200
@@ -301,6 +301,8 @@
                 self.readline()
             read = True
             if self.eof:
+                if sense:
+                    senses.append(sense)
                 break
             m = self.SEPARATOR_RE.match(self.line)
             if m is not None: