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 FileAlreadyExistsException when copying jars into the instance cache #75

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

jjudd
Copy link

@jjudd jjudd commented Dec 6, 2024

No description provided.

@jjudd jjudd requested a review from jadenPete December 6, 2024 18:02
Files.copy(workRequestJar, workerJar)
} catch {
// We do not care if the file already exists
case e: FileAlreadyExistsException => {}

Choose a reason for hiding this comment

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

Super-nit: _: FileAlreadyExistsException.

Copy link
Author

Choose a reason for hiding this comment

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

Good catch

@jjudd jjudd force-pushed the fix-file-already-exists-exception branch from aba4fa5 to 3f592d9 Compare December 6, 2024 18:53
@jjudd jjudd merged commit ceef5c1 into lucid-master Dec 6, 2024
1 check passed
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