You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the regular expression when dealing with multi-component file extension patterns, when one of the components contains only a single characters:
file.1.a.ext
In this case, the base vs frame vs ext is not captured correctly, leading to breakages in calls to findSequenceOnDisk()
The text was updated successfully, but these errors were encountered:
There is a bug in the regular expression when dealing with multi-component file extension patterns, when one of the components contains only a single characters:
In this case, the base vs frame vs ext is not captured correctly, leading to breakages in calls to
findSequenceOnDisk()
The text was updated successfully, but these errors were encountered: