-
Notifications
You must be signed in to change notification settings - Fork 21
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
autopep8 #6
Conversation
@@ -93,7 +93,7 @@ def message_callback(self, message): | |||
self.timestamps.append(rospy.get_time()) | |||
|
|||
# FIXME: this only works for message of class AnyMsg | |||
#self.sizes.append(len(message._buff)) | |||
# self.sizes.append(len(message._buff)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented code
src/rqt_topic/topic_widget.py
Outdated
@@ -360,7 +364,7 @@ def set_selected_topics(self, selected_topics): | |||
@type selected_topics: [] | |||
""" | |||
rospy.logdebug('set_selected_topics topics={}'.format( | |||
len(selected_topics))) | |||
len(selected_topics))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't break line
@brawner ready for merge? |
@mlautman It's not letting me approve it, perhaps because of the failing test? It looks good to me though |
Results of running
autopep8 --max-line-length 130 --in-place $1
on each.py
file