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

Close #519 #575

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Close #519 #575

merged 1 commit into from
Nov 25, 2019

Conversation

timonegk
Copy link
Member

This pull request closes #519 by using None instead of [] for empty jobs_args in the argument parser. When an empty list is used instead of None, the jobs args are removed when loading the context (https://github.com/catkin/catkin_tools/blob/master/catkin_tools/context.py#L207).

@mikepurvis
Copy link
Member

Thanks, seems to work well.

@mikepurvis mikepurvis merged commit 3d7a109 into catkin:master Nov 25, 2019
@timonegk timonegk mentioned this pull request Feb 23, 2021
timonegk added a commit that referenced this pull request Feb 23, 2021
* fixup! argument parser: use None instead of [] for empty jobs args (#575)

* add test that asserts that job flags do not disappear
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.

"catkin config" removes --make-args
2 participants