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

Make sure that subfolders array is correct #50

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

spirosmaggioros
Copy link
Member

Parallelization issue

The subfolders array was empty if we only had one file because it never excedeed the maximum files on subfolders, so it was never added in the array. Now this is fixed.
Please @AlexanderGetka-cbica check it yourself as well, i tested it and it worked fine.

@AlexanderGetka-cbica
Copy link
Contributor

@spirosmaggioros Rather than using system commands to do the removal of files, can we use shutil.rmtree instead? I believe this will also allow us to handle edge cases easier

@AlexanderGetka-cbica AlexanderGetka-cbica merged commit 2e56891 into main Nov 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parallelization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants