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 DeprecationWarning in log_default #146

Closed
wants to merge 1 commit into from

Conversation

idbrii
Copy link

@idbrii idbrii commented Feb 1, 2020

We were using a deprecated method of iterating over the children.

DeprecationWarning: This method will be removed in future versions.
Use 'list(elem)' or iteration over elem instead.

Test still passes.

We were using a deprecated method of iterating over the children.

> DeprecationWarning: This method will be removed in future versions.
> Use 'list(elem)' or iteration over elem instead.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 73.671% when pulling acd8919 on idbrii:deprecation into 230a2cd on dsoprea:master.

@idbrii
Copy link
Author

idbrii commented Nov 23, 2020

Was fixed slightly differently in c0878be

@idbrii idbrii closed this Nov 23, 2020
@idbrii idbrii deleted the deprecation branch November 23, 2020 19:45
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.

None yet

2 participants