Skip to content
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

Fails to parse multi-component extensions like ".a.ext" #120

Closed
justinfx opened this issue May 29, 2023 · 1 comment · Fixed by #121
Closed

Fails to parse multi-component extensions like ".a.ext" #120

justinfx opened this issue May 29, 2023 · 1 comment · Fixed by #121
Assignees
Labels

Comments

@justinfx
Copy link
Owner

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()

@justinfx justinfx added the bug label May 29, 2023
@justinfx justinfx self-assigned this May 29, 2023
@justinfx
Copy link
Owner Author

Relates to justinfx/gofileseq#26

justinfx added a commit that referenced this issue May 29, 2023
…le character components ("file.1.a.ext") (fixes #120)
justinfx added a commit that referenced this issue Jun 1, 2023
…le character components ("file.1.a.ext") (fixes #120)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant