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

Fix handling of multiple namespaced python packages in devel space #1153

Open
wants to merge 2 commits into
base: noetic-devel
Choose a base branch
from

Commits on Oct 21, 2021

  1. Fix handling of multiple namespaced python packages in devel space

    If there are multiple packages to be installed below a common namespace, only the last one installed is found in devel space,
    because the path extension is always overwritten.
    This PR augments the existing __extended_path.
    rhaschke committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9b5935c View commit details
    Browse the repository at this point in the history
  2. Avoid adding duplicates

    rhaschke committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9b2c06f View commit details
    Browse the repository at this point in the history