AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
941 stars 335 forks source link

Fix missing path in GitBash warning message #1775

Closed brycegbrazen closed 3 months ago

brycegbrazen commented 3 months ago

When testing out Gitbash, I noticed there was a print that was not being formatted. This fixes the issue.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 58.41%. Comparing base (a13f7bb) to head (2920ca5). Report is 25 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1775 +/- ## ======================================= Coverage 58.41% 58.41% ======================================= Files 126 126 Lines 17163 17163 Branches 3506 3506 ======================================= Hits 10025 10025 Misses 6473 6473 Partials 665 665 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

brycegbrazen commented 3 months ago

I see this is also fixed in #1475. Might just be worth waiting for that one as they fixed it a bit differently.