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

fix smpte drop-frame validation to only reject if seconds is '00' #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ugai
Copy link

@ugai ugai commented Sep 13, 2022

vtc.Timecode("00:01:01;00", rate=vtc.RATE.F29_97_DF) should be a valid timecode, but a ValueError is raised. This pull request corrects the validation.

@peake100
Copy link
Contributor

peake100 commented Mar 7, 2023

Hello!

Apologies for the delay.

Thank you for the PR, for catching this bug, and for using the lib! I am just catching up on some of my Repo's issues. This PR looks good to me, but the way I have my CI set up is that PR's should be made against dev, and the CI process adds some extra files that are comitted to main at the end of CI.

Would you mind rebasing your PR to dev and the switch the branch you are merging into to the same?

Thanks!

@peake100 peake100 self-assigned this Mar 7, 2023
@peake100 peake100 added the bug Something isn't working label Mar 7, 2023
@peake100
Copy link
Contributor

peake100 commented Mar 7, 2023

I'd also appreciate if you added some new tests to validate the logic on our testing suite.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants