-
Notifications
You must be signed in to change notification settings - Fork 337
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
Fix TypeError when running get_rpaths on rez.utils.elf module #1798
Fix TypeError when running get_rpaths on rez.utils.elf module #1798
Conversation
afb6c49
to
351bb0e
Compare
Signed-off-by: Ruzette Krukkert <ruzettekrukkert@fusefx.com>
351bb0e
to
ba17e02
Compare
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1798 +/- ##
==========================================
+ Coverage 58.39% 58.52% +0.12%
==========================================
Files 126 126
Lines 17205 17206 +1
Branches 3519 3519
==========================================
+ Hits 10047 10069 +22
+ Misses 6491 6468 -23
- Partials 667 669 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ruzette! I pushed some commits to fix the tests and make them more robust.
3d0f224
into
AcademySoftwareFoundation:main
…ySoftwareFoundation#1798) Signed-off-by: Ruzette Krukkert <ruzettekrukkert@fusefx.com> Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com> Co-authored-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Replaced the subprocess.Popen with rez.utils.execution.Popen and added
text=True
to fix the TypeError when reading and parsing rpathsCloses #1797