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

Use Copy Directly for Python Package #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

DE0CH
Copy link

@DE0CH DE0CH commented Oct 13, 2022

Instead of copying the folder and renaming the folder, it is better to just copy the folder, because if the folder exists (e.g. cmake has already been run, or it is being run again to recompile after a change), it will not fail with "Directory is not empty" for rename, but instead update the contents in the files accordingly. There will be duplication but it's the size is small and it's the build directory so it doesn't really matter.

@DE0CH DE0CH marked this pull request as draft October 13, 2022 15:45
@DE0CH DE0CH marked this pull request as ready for review October 13, 2022 15:53
@DE0CH DE0CH marked this pull request as draft October 13, 2022 15:56
@DE0CH DE0CH marked this pull request as ready for review October 13, 2022 16:14
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