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

Move subtract basepath into the resources class #6769

Merged
merged 1 commit into from
May 7, 2018

Commits on May 3, 2018

  1. Apply subtract basepath to features

    A bug, ARMmbed#6755, was the result of the `subtract_basepath` function not
    being applied to a resources object's children (it's features). This PR
    fixes this bug by moving this functionality into the resources class.
    Then, I applied the `subtract_basepath` method to the children resource
    objects recursively. This has been tested on Partnerbeta and is to
    upstream the fix.
    theotherjimmy committed May 3, 2018
    Configuration menu
    Copy the full SHA
    d338e67 View commit details
    Browse the repository at this point in the history