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

Enable rosdep init to work with non-extant ROSDEP_SOURCE_PATH #911

Merged
merged 2 commits into from
Mar 14, 2023

Conversation

tfoote
Copy link
Member

@tfoote tfoote commented Feb 14, 2023

Fixes #495

In the case that we're in init it won't prune non-extant paths so that mkdir will work.

@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.02 ⚠️

Comparison is base (0b8b652) 74.83% compared to head (83883c7) 74.82%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #911      +/-   ##
==========================================
- Coverage   74.83%   74.82%   -0.02%     
==========================================
  Files          44       44              
  Lines        3362     3364       +2     
==========================================
+ Hits         2516     2517       +1     
- Misses        846      847       +1     
Impacted Files Coverage Δ
src/rosdep2/main.py 48.61% <0.00%> (ø)
src/rosdep2/sources_list.py 84.24% <80.00%> (-0.21%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cottsay cottsay merged commit ec25692 into master Mar 14, 2023
@cottsay cottsay deleted the fix_new_source_path branch March 14, 2023 19:44
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.

Can't use rosdep init with local user
3 participants