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 default data copy issue #19

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Fix default data copy issue #19

merged 1 commit into from
Dec 15, 2023

Conversation

alimd
Copy link
Member

@alimd alimd commented Dec 15, 2023

This pull request fixes an issue with the default data copy process. Previously, the copy command would overwrite existing files in the destination directory. With this fix, the copy command now checks if the source directory exists before copying the files. If the source directory exists, the files are copied to the destination directory without overwriting any existing files.

@alimd alimd requested a review from njfamirm December 15, 2023 15:39
@alimd alimd self-assigned this Dec 15, 2023
@alimd alimd added the bugfix Inconsistencies or issues which will cause a problem for users or implementors. label Dec 15, 2023
@alimd alimd merged commit e0a96f7 into next Dec 15, 2023
6 checks passed
@alimd alimd deleted the fix/def-data branch December 15, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant