Linekio / getmyancestors

Get GEDCOM files from FamilySearch.org
Other
164 stars 40 forks source link

Tolerate inability to write settings file. #28

Closed fhgwright closed 4 years ago

fhgwright commented 4 years ago

It's questionable that the unsolicited write of the settings is reasonable at all, but at the very least it shouldn't crash if it can't, e.g., when outputting to /dev/null for testing.

TESTED: Now prints message and continues on failed attempt to write /dev/null.settings. Writes settings successfully with real output file specified.

Linekio commented 4 years ago

Thanks !