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

[WIP] Add entry_points for roslint catkin_tools verb #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wkentaro
Copy link

@wkentaro wkentaro commented Apr 23, 2016

Related Issues

Required PRs

@mikepurvis
Copy link
Member

Hey, is there still interest here?

@wkentaro
Copy link
Author

Yes, but currently I don't have time to work for ros/catkin#798.

if opts.catkin_make_args is None:
opts.catkin_make_args = ['roslint']
else:
opts.catkin_make_args.append('roslint')
Copy link
Contributor

Choose a reason for hiding this comment

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

opts.catkin_make_args = opts.catkin_make_args or []
opts.catkin_make_args.append('roslint')

because all other falsey values are just as dangerous as None. Consider False, 0, 0.0, {}, ( ,), "", set(), etc.

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.

3 participants