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

Fixed incorrect docstrings in rosnode/__init__.py #1278

Merged
merged 1 commit into from
Jan 29, 2018
Merged

Fixed incorrect docstrings in rosnode/__init__.py #1278

merged 1 commit into from
Jan 29, 2018

Conversation

ajeetdsouza
Copy link
Contributor

@ajeetdsouza ajeetdsouza commented Dec 23, 2017

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

Copy link
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.

@@ -778,7 +778,7 @@ def __str__(self):
else:
rows.append(('', s))

except Exception as ex:
except:
Copy link
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
Contributor Author

ajeetdsouza commented Jan 6, 2018

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

@dirk-thomas
Copy link
Member

Thank you for the patch.

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