rez
rez copied to clipboard
Added the missing paths=self.package_paths
Fixes: https://github.com/nerdvegas/rez/issues/1274
Added missing self.package_paths so get_resolve_diff produces correct results. This is safe to do because of the existing self.package_paths != other.package_paths check, above.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This looks alright to me. Can you rebase your branch please? Rebasing should fix the Windows CI failures.
@ColinKennedy See https://github.com/AcademySoftwareFoundation/rez/runs/7476834008?check_suite_focus=true.
I think the copyright text is missing in the test file you added. Or maybe we have to adjust the script...
If the script needs to be updated, let me know and I'll look into it.
@JeanChristopheMorinPerso I added the copyright header manually but probably should just run the autofix script. If I run that and it still fails, I will let you know