AcademySoftwareFoundation / rez

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

rez-pkg-cache the case of pachage'name #1755

Closed SKY123C closed 2 weeks ago

SKY123C commented 1 month ago

hi, I found that the capitalization of cli args and package can affect the final result. example: i inputs a rez_test_pkg, but The name of the folder is Rez_test_pkg,This can lead to errors-"No such variant!".

this I found code in the package of rez image because os.listdir will Maintain folder capitalization

JeanChristopheMorinPerso commented 1 month ago

Hi @SKY123C, rez is case-sensitive. As far as I understand your issue, this is expected.