Just notices a problem with some people in my tree after installing new release.
Traceback (most recent call last):
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/views/listview.py", line 1048, in _button_press
self.edit(obj)
File "/home/brian/Downloads/gramps-6.0.0/gramps/plugins/lib/libpersonview.py", line 468, in edit
EditPerson(self.dbstate, self.uistate, [], person)
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/editperson.py", line 149, in __init__
EditPrimary.__init__(
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/editprimary.py", line 100, in __init__
self._create_tabbed_pages()
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/editperson.py", line 508, in _create_tabbed_pages
self.event_list = PersonEventEmbedList(
^^^^^^^^^^^^^^^^^^^^^
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/personeventembedlist.py", line 76, in __init__
EventEmbedList.__init__(
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/eventembedlist.py", line 127, in __init__
GroupEmbeddedList.__init__(
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/groupembeddedlist.py", line 81, in __init__
EmbeddedList.__init__(
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/embeddedlist.py", line 134, in __init__
self.rebuild()
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/embeddedlist.py", line 607, in rebuild
self.model = self.construct_model()
^^^^^^^^^^^^^^^^^^^^^^
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/groupembeddedlist.py", line 105, in construct_model
return self.build_model(
^^^^^^^^^^^^^^^^^
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/eventrefmodel.py", line 130, in __init__
self.append(parentiter, row=self.row(index, eventref, event))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/eventrefmodel.py", line 164, in row
self.column_place(eventref),
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/brian/Downloads/gramps-6.0.0/gramps/gui/editors/displaytabs/eventrefmodel.py", line 202, in column_place
return place_displayer.display_event(self.db, event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/brian/Downloads/gramps-6.0.0/gramps/gen/display/place.py", line 84, in display_event
return self.display(db, place, event.get_date_object(), fmt)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/brian/Downloads/gramps-6.0.0/gramps/gen/display/place.py", line 96, in display
pf = self.place_formats[fmt]
~~~~~~~~~~~~~~~~~~^^^^^
IndexError: list index out of range
It seems to affect about 35% of my Persons. No addons installed. Locale repaired.