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] pass down log_level to helper functions #60

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

yurirocha15
Copy link
Contributor

@yurirocha15 yurirocha15 commented May 17, 2022

#58 added the log_level parameter to convert_dictionary_to_ros_message. However, if the msg/dictionary has an array or another dictionary inside it, the helper functions _convert_to_ros_type and _convert_to_ros_array are being called without receiving the log_level parameter. This means the logger will only be set when parsing the uppermost message attributes.

@mintar mintar merged commit 1026ed9 into DFKI-NI:master Sep 9, 2022
@mintar
Copy link
Member

mintar commented Sep 9, 2022

Thanks, and sorry for taking so long to merge this!

@yurirocha15 yurirocha15 deleted the patch/pass-log-to-subfunctions branch September 13, 2022 05:14
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