dijxtra / simplepyged

A simple Python GEDCOM parser
GNU General Public License v3.0
39 stars 19 forks source link

Family.__init__() doesn't execute Family.__parse() #1

Closed dijxtra closed 14 years ago

dijxtra commented 14 years ago

Family.init() calls Family.parse(), but nothing happens. Other Family methods (e.g. Family.husband() successfully call and execute Family.parse().

Same problem with Individual.__init().

dijxtra commented 14 years ago

Fixed in commit 0621dfd4c080b33e7cba.