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 winreg import to local import to avoid import errors on non-windows systems #1846

Conversation

JeanChristopheMorinPerso
Copy link
Member

Follow-up for #1780. #1780 introduced an import error while loading the pwsh plugin on non-windows systems which caused the plugin to never be loaded. See https://github.com/AcademySoftwareFoundation/rez/actions/runs/11317037020/job/31504575012#step:8:363.

…ows systems

Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.58%. Comparing base (eb0e920) to head (90e3bed).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1846      +/-   ##
==========================================
+ Coverage   57.44%   58.58%   +1.13%     
==========================================
  Files         126      126              
  Lines       17136    17207      +71     
  Branches     3017     3014       -3     
==========================================
+ Hits         9844    10080     +236     
+ Misses       6636     6474     -162     
+ Partials      656      653       -3     

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

@JeanChristopheMorinPerso JeanChristopheMorinPerso merged commit fe13e89 into AcademySoftwareFoundation:main Oct 14, 2024
46 of 47 checks passed
@JeanChristopheMorinPerso JeanChristopheMorinPerso deleted the fix_import_error_pwsh branch October 14, 2024 15:24
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.

1 participant