joeyaurel / python-gedcom

Python module for parsing, analyzing, and manipulating GEDCOM files
https://gedcom.joeyaurel.dev
GNU General Public License v2.0
154 stars 39 forks source link

pass to_gedcom_string recursive to child elements #33

Closed mameen closed 4 years ago

mameen commented 4 years ago

Current implementation of Element.to_gedcom_string doesn't pass the argument recursive to child levels. This change simply passes it on, and adds some tests to verify it.

mameen commented 4 years ago

This is already pending.. Will close this one