Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop VersionConverter broken XML file support #301

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

mpsonntag
Copy link
Contributor

The VersionConverter dealt with an edge case of XML test files with opening <B0> tags that were missing their closing tag rendering them broken. Catching this one edge case circumvented opening XML files via lxml, leaving the resulting document open to various encoding problems.

This PR drops support to resolve the specific tag edge case in favour of properly opening XML files via lxml.

The VersionConverter convered an edge case of
xml files with opening <B0> tags that were
missing its closing tag. Support for this
is dropped to make sure file are always
opened with the proper encoding via lxml
instead.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 79.457% when pulling 3dafab5 on mpsonntag:versionConv into 804ccb5 on G-Node:master.

@achilleas-k achilleas-k merged commit b3188df into G-Node:master Sep 25, 2018
@mpsonntag mpsonntag deleted the versionConv branch September 25, 2018 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants