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

hooks: fix unbound variable in load_subprocess under MINGW #2363

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

cedk
Copy link
Contributor

@cedk cedk commented Apr 25, 2024

This was introduced by f97cbce

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.15%. Comparing base (c5c6a5d) to head (5062967).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2363   +/-   ##
=======================================
  Coverage   83.15%   83.15%           
=======================================
  Files          27       27           
  Lines        4024     4024           
=======================================
  Hits         3346     3346           
  Misses        678      678           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marcelotduarte
Copy link
Owner

Fixes #2362

@marcelotduarte marcelotduarte merged commit 4897a75 into marcelotduarte:main Apr 26, 2024
25 checks passed
@marcelotduarte
Copy link
Owner

Thanks!
Backport to msys2: msys2/MINGW-packages#20749

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.

UnboundLocalError: cannot access local variable 'exclude_names' where it is not associated with a value
2 participants