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

Remove calls to string.{join,lower,upper} #174

Merged
merged 2 commits into from
Feb 6, 2022

Conversation

galou
Copy link
Contributor

@galou galou commented Apr 20, 2021

The functions are not present in Python 3.8.

Signed-off-by: Gaël Écorchard gael.ecorchard@cvut.cz

The functions are not present in Python 3.8.

Signed-off-by: Gaël Écorchard <gael.ecorchard@cvut.cz>
Copy link

@sch923 sch923 left a comment

Choose a reason for hiding this comment

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

Thank you for patching this problem. I have checked the code and think nice patch. simple.

@gbiggs Could you please check and merge this pull request ?

@@ -41,12 +41,10 @@
# Need to put sane error on exceptions
from __future__ import print_function

import roslib; roslib.load_manifest("dynamic_reconfigure")
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this line needed for?

Copy link

@sch923 sch923 Feb 3, 2022

Choose a reason for hiding this comment

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

I found the article here.
https://answers.ros.org/question/115346/what-does-roslibload_manifest-do/
http://wiki.ros.org/PyStyleGuide

I don't know this package have a dependency that is still on rosbuild.

Copy link
Contributor

Choose a reason for hiding this comment

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

Removing it seems reasonable, but not related to this PR. I think it should be done in a separate PR.

Signed-off-by: Gaël Écorchard <gael.ecorchard@cvut.cz>
@gbiggs gbiggs merged commit 0a292ce into ros:noetic-devel Feb 6, 2022
@galou galou deleted the fix-obsolete-string-attributes branch February 9, 2022 13:23
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

3 participants