Closed davidwatkins-bdai closed 1 year ago
@jacebrowning can I please get approval to make this PR?
@davidwatkins-bdai Yeah. Since you said the logic is backwards can you add a test for this functionality?
Absolutely. I wasn't able to push a branch to the repo to make the PR. Can you give me permission?
https://github.com/davidwatkins has access. Do you have two accounts?
I have this account for doing work-related activities and now I am making these adjustments using this one. I'll make the PR with my old account.
This beta release contains the fix for this issue: https://pypi.org/project/gitman/3.4.1b1/
When I introduced
filter_nested_configs
, I had meant to filter out anygitman.yml
files that were present inside of the top-level config file. This requires more intelligently filtering any nestedgitman.yml
files that are present in alreadygitman install
'd dependencies. This requires changingfilter_nested_configs
in$PROJECT_ROOT/models/config.py
to:And also modifying L91-L95 in
$PROJECT_ROOT/gitman/commands.py
to: