diff --git a/gramps/plugins/export/exportgedcom.py b/gramps/plugins/export/exportgedcom.py index b8023d070..a345ccef3 100644 --- a/gramps/plugins/export/exportgedcom.py +++ b/gramps/plugins/export/exportgedcom.py @@ -1307,7 +1307,8 @@ class GedcomWriter(UpdateCallback): note_list = [ n.handle for n in note_list if n and n.get_type() != NoteType.SOURCE_TEXT] self._note_references(note_list, level+1) - self._photos(citation.get_media_list(), level+1) + + self._photos(citation.get_media_list(), level+1) if "EVEN" in list(citation.get_data_map().keys()): self._writeln(level+1, "EVEN", citation.get_data_map()["EVEN"])