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: recreating directory when on concurrent move #92

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

fortmarek
Copy link
Member

When move is run concurrently, we could try to make a directory that already exists. As a hotfix, we're ignoring the error. If the directory was not created, the following line when moving the file would fail, so we're not fully ignoring this error.

@fortmarek fortmarek requested a review from pepicrft November 15, 2024 15:28
@fortmarek fortmarek merged commit aa12064 into main Nov 15, 2024
7 checks 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.

1 participant