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

Consider removing unnecessary warnings about a non-existent video folder #6

Open
bagibence opened this issue Oct 16, 2023 · 1 comment

Comments

@bagibence
Copy link
Member

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.

@CeciliaGallego
Copy link
Member

So this is an example: I did everything right and it even uploaded everything while raising all this:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants