Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Fixed incorrect docstrings in rosnode/__init__.py#1278

Merged
dirk-thomas merged 1 commit intoros:lunar-develfrom
ajeetdsouza:lunar-devel
Jan 29, 2018
Merged

Fixed incorrect docstrings in rosnode/__init__.py#1278
dirk-thomas merged 1 commit intoros:lunar-develfrom
ajeetdsouza:lunar-devel

Conversation

@ajeetdsouza
Copy link
Copy Markdown
Contributor

@ajeetdsouza ajeetdsouza commented Dec 23, 2017

Relevant issue: #1254
I closed the previous pull request, since it had conflicts.

Copy link
Copy Markdown
Member

@dirk-thomas dirk-thomas left a comment

Choose a reason for hiding this comment

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

Please do not mix unrelated changes in a single PR. The title of this PR is about fixing docstring.

Please create separate patches for removing the unnecessary variables.

rows.append(('', s))

except Exception as ex:
except:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please do not remove the Exception type. This changes behavior and catches other exception not subclasses from Exception like KeyboardInterrupt.

Same below.

@ajeetdsouza
Copy link
Copy Markdown
Contributor Author

ajeetdsouza commented Jan 6, 2018

Sorry! I've reverted the unrelated commits, could you check?

@dirk-thomas
Copy link
Copy Markdown
Member

Thank you for the patch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants