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

Skipping directories that fail to be read when walking #68

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

sezanzeb
Copy link
Contributor

@sezanzeb sezanzeb commented Feb 11, 2023

There is no indicator in the UI yet, but at least it won't crash completely when a single directory fails to be read.

This was is caused by folders being owned by root.

This does not happen in the batch mode which uses os.walk, only gnomes file utilities have this problem.

https://bugs.launchpad.net/soundconverter/+bug/2006988


I also split the integration.py test file into two, one for batch and one for gui

@sezanzeb sezanzeb marked this pull request as draft February 11, 2023 10:19
@sezanzeb sezanzeb force-pushed the skip-walking-failures branch from dc66960 to b536683 Compare February 11, 2023 10:23
@sezanzeb sezanzeb marked this pull request as ready for review February 11, 2023 10:23
@sezanzeb sezanzeb changed the title skipping directories that fail to be read when walking Skipping directories that fail to be read when walking Feb 11, 2023
@kassoulet kassoulet merged commit 7ed8477 into kassoulet:main Feb 13, 2023
@kassoulet
Copy link
Owner

Thanks!

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.

2 participants