-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fixed problems with proc package #1016
Conversation
Unit testing yielded couple of errors during the processing of the video. All of them were connected to the use of proc package.
Sorry, I didn't mean to get rid of the 'draft' status. |
@tburrows13 not a problem I haven't marked it as ready for review because I already fixed the problem and I do not have the exact code that is required to get the same result when it comes to reproducing the errors that were involved. I am not sure when I will be able to recreate those. If the changes are acceptable "as is" then I think that it is reasonable to merge. Otherwise if any more code is needed to prove that it is a fix. It will have to wait. There were exactly 3 errors while processing video files. |
I am confused by the purpose of the check before terminating:
Firstly, is there any harm in skipping the check and just calling terminate every time? Secondly, the return code definition says:
So, this seems to call terminate only if it has already been terminated. I am not an expert at |
Adding |
Unit testing yielded couple of errors during the processing of the video.
All of them were connected to the use of proc package.