LumaPictures / pymel

Python in Maya Done Right
Other
478 stars 130 forks source link

're' has no attribute '_pattern_type' #429

Closed thirstydevil closed 3 years ago

thirstydevil commented 4 years ago

when using pm.util.path('some vlaid path').files()

This produces the following # AttributeError: module 're' has no attribute '_pattern_type' #

pmolodo commented 3 years ago

Fixed in https://github.com/LumaPictures/pymel/commit/146aa62b2b8dca1cde6321544ea66139145f9d08. Thank you so much to both @tirkarthi and @thirstydevil for bringing this to my attention!