You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes old GEDCOM files have the traditional macOS line endings (\r), which causes the library to fail to parse the file properly. Ideally this should be supported, perhaps by an optional parameter on parse_file?
Sometimes old GEDCOM files have the traditional macOS line endings (
\r), which causes the library to fail to parse the file properly. Ideally this should be supported, perhaps by an optional parameter onparse_file?