7678: typo, missing self argument on fallback for personpos_at_angle()
This commit is contained in:
parent
c8ab33fa27
commit
6bf8a734cf
@ -802,7 +802,7 @@ class FanChartBaseWidget(Gtk.DrawingArea):
|
||||
"""
|
||||
return TYPE_BOX_NORMAL
|
||||
|
||||
def personpos_at_angle(generation, angledeg, btype):
|
||||
def personpos_at_angle(self, generation, angledeg, btype):
|
||||
"""
|
||||
returns the person in generation generation at angle of type btype.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user