We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in validate_raw_videos_of_session we send off a warning if the expected video folder does not exist in a raw session.
validate_raw_videos_of_session
This warning is triggered even if the videos are there, the folder just has a different name, which later raises an error.
The solution is to move the warning to the end and only send it if there are no videos in the session's folder at all.
The text was updated successfully, but these errors were encountered:
So this is an example: I did everything right and it even uploaded everything while raising all this:
Sorry, something went wrong.
No branches or pull requests
Currently in
validate_raw_videos_of_session
we send off a warning if the expected video folder does not exist in a raw session.This warning is triggered even if the videos are there, the folder just has a different name, which later raises an error.
The solution is to move the warning to the end and only send it if there are no videos in the session's folder at all.
The text was updated successfully, but these errors were encountered: