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 logger for Melodic #6

Closed
wants to merge 2 commits into from
Closed

Fix logger for Melodic #6

wants to merge 2 commits into from

Conversation

felixvd
Copy link

@felixvd felixvd commented Jul 30, 2019

Something with the bound method caused an error when running this package in Melodic, as reported in #5 . This seems to work as far as we can tell, and should work in earlier versions of ROS and Python.

Fixes #5

Something with the bound method caused an error when running this package in Melodic. This seems to work as far as we can tell, and should work in earlier versions of ROS and Python.
@codecov
Copy link

codecov bot commented Jul 30, 2019

Codecov Report

Merging #6 into master will decrease coverage by 1.6%.
The diff coverage is 70%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master      #6     +/-   ##
========================================
- Coverage      90%   88.4%   -1.6%     
========================================
  Files           1       1             
  Lines         150     155      +5     
========================================
+ Hits          135     137      +2     
- Misses         15      18      +3
Impacted Files Coverage Δ
natnet_ros/scripts/client 88.4% <70%> (-1.6%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a859ada...d67e70d. Read the comment docs.

@mje-nz
Copy link
Owner

mje-nz commented Jul 30, 2019

Thanks for the contribution! There should be a fix for this in the dev branch already, would you mind checking if it works for you?

Not exactly pretty, but it works for all occurrences in this code.
@felixvd
Copy link
Author

felixvd commented Jul 31, 2019

I'm sure that will work. Should've thought to check for other branches. Cheers!

@felixvd felixvd closed this Jul 31, 2019
@mje-nz
Copy link
Owner

mje-nz commented Jul 31, 2019

No worries, I've been a bit slack maintaining this lately and there's quite a bit sitting unmerged. Don't hesitate to raise an issue if you come across anything else :)

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.

Logging error on Melodic
2 participants