xihesi / chartr

Automatically exported from code.google.com/p/chartr
0 stars 0 forks source link

AttributeError: 'NoneType' object has no attribute 'reversed' #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "/home/lidb/Downloads/CharTr_015/MMapArea.py", line 1028, in motion
    self.move_children_opt_launch(t,coords,self.move_origin_new,tmplist)
  File "/home/lidb/Downloads/CharTr_015/MMapArea.py", line 1083, in
move_children_opt_launch
    if self.automatic_layout and ((not thought.link.reversed and
thought.ul[0] < self.primary.ul[0]) or (thought.link.reversed and
thought.ul[0] >= self.primary.ul[0])):
AttributeError: 'NoneType' object has no attribute 'reversed'

Original issue reported on code.google.com by lidaob...@gmail.com on 13 Jul 2008 at 2:29

GoogleCodeExporter commented 8 years ago
a correction will be done for next release.

Original comment by nico.big...@gmail.com on 15 Jul 2008 at 8:47