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

logging issue #98

Closed
adrien-berchet opened this issue Dec 19, 2022 · 2 comments
Closed

logging issue #98

adrien-berchet opened this issue Dec 19, 2022 · 2 comments

Comments

@adrien-berchet
Copy link

adrien-berchet commented Dec 19, 2022

Since 1.7.13 the library fails at converting some nested types like tuple just because of the internal logger.
For example, this fails:

dicttoxml({"a": 1, "b": (1, 2)})

Just because this line fails:

LOG.info('Inside unicode_me(). val = "%s"' % (val))
@adrien-berchet
Copy link
Author

BTW, this kind of issue would be easily spotted by unit tests ;-)
I can open a PR to clean this a bit if you need.

@quandyfactory
Copy link
Owner

Thank you - this issue is resolved with version 1.7.16.

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 a pull request may close this issue.

2 participants