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: Python handler Fixed #51

Merged
merged 2 commits into from
Nov 26, 2024
Merged

fix: Python handler Fixed #51

merged 2 commits into from
Nov 26, 2024

Conversation

n0c3Nz
Copy link
Contributor

@n0c3Nz n0c3Nz commented Nov 24, 2024

The data were not well collected.

text = "\t".join(str(t) for t in e.itertext())
if isinstance(e, etree._Element):
text = "\t".join(str(t) for t in e.itertext())
else: # Es un texto directamente
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this comment?

@n0c3Nz
Copy link
Contributor Author

n0c3Nz commented Nov 25, 2024

Ok, comment removed.

@jaypyles jaypyles merged commit ef35db0 into jaypyles:master Nov 26, 2024
1 check passed
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.

2 participants