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

fix: NoSuchFileError is stopping multiprocessing sidecar files TDE-1007 #832

Merged

Conversation

paulfouquet
Copy link
Collaborator

Motivation

Downloading sidecar files process currently stop as soon as one of them does not exist, without looking for the others.

Modification

Catch and add the NoSuchFileError to the Future exception and look for the exceptions once the downloading process (of all sidecar files) is completed, rather than stopping it as soon as one exception is raised.

Checklist

If not applicable, provide explanation of why.

  • Tests updated
  • Docs updated N/A
  • Issue linked in Title

@paulfouquet paulfouquet requested a review from a team as a code owner January 31, 2024 01:29
amfage
amfage previously approved these changes Jan 31, 2024
Copy link
Contributor

@amfage amfage left a comment

Choose a reason for hiding this comment

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

👍

Co-authored-by: Victor Engmark <[email protected]>
amfage
amfage previously approved these changes Jan 31, 2024
@paulfouquet paulfouquet requested a review from l0b0 February 1, 2024 01:02
@paulfouquet paulfouquet added this pull request to the merge queue Feb 1, 2024
Merged via the queue into master with commit dea3189 Feb 1, 2024
1 check passed
@paulfouquet paulfouquet deleted the fix/nosuchfileerror-stop-multiprocessing-tde-1007 branch February 1, 2024 01:04
@github-actions github-actions bot mentioned this pull request Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants