This PR fixes #563 where, during the extract corpora process, the presence of a custom.vrs file would always cause the check_versification function to return a warning that the settings versification type does not match the detected versification type. Now, the function also checks whether the settings versification type is unknown, and if so, it compares the detected versification type against the settings base versification type and only raises a warning if those also don't match.
This PR fixes #563 where, during the extract corpora process, the presence of a custom.vrs file would always cause the check_versification function to return a warning that the settings versification type does not match the detected versification type. Now, the function also checks whether the settings versification type is unknown, and if so, it compares the detected versification type against the settings base versification type and only raises a warning if those also don't match.
This change is