- Pull-request: #121
- Opened: 2020-07-18
- Status: Merged (2020-07-19)
- Branch: tolerate_no_filename
If a INI file doesn't contain output_file_name
and/or variant_file_name_format
an exception is raised.
This was reported as issue #70 and I hit it trying to find a minimal config to extract only the headings.
This patch adds fallbacks to the current default values, avoiding an exception.