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

fix: xml report iteration failure #301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tommasobertoni
Copy link

The context iterator is an ElementTree.IterParseIterator instance and does not expose a next() method.
The fix uses the __next__() method instead.

Additionally:

  • remove import codecs and import re as unused
  • define _XmlIterator for type hinting

Fixes #300.

@tommasobertoni
Copy link
Author

@microsoft-github-policy-service agree company="Bending Spoons"

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.

Iteration failure when downloading XML report
1 participant