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

[DONE] fix check subtitle file #825

Merged
merged 1 commit into from
May 4, 2023

Conversation

ptitloup
Copy link
Contributor

@ptitloup ptitloup commented May 4, 2023

No description provided.

@@ -236,7 +236,7 @@ def store_json_list_subtitle_files(self, info_video, video_to_encode):
)

for sub in list_subtitle_files:
if not check_file(list_subtitle_files[sub]):
if not check_file(list_subtitle_files[sub][1]):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je suppose que la ligne précédente ne fonctionnait pas, mais tu peux mettre une petite explication ? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TypeError: access: path should be string, bytes or os.PathLike, not list

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

en fait, je pointais sur le tableau, non sur la valeur

@ptitloup ptitloup merged commit 195d4ac into develop May 4, 2023
4 checks passed
@ptitloup ptitloup deleted the ptitloup/fix_encoding_video_model branch April 8, 2024 14:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants