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

The .tmp directory is not being renamed to build in RunProfile #2

Closed
Nusiq opened this issue Aug 3, 2021 · 0 comments
Closed

The .tmp directory is not being renamed to build in RunProfile #2

Nusiq opened this issue Aug 3, 2021 · 0 comments

Comments

@Nusiq
Copy link
Member

Nusiq commented Aug 3, 2021

The problem is that the os.Rename doesn't work when the target file already exists. The Setup function creates empty build folder (but it shouldn't). The build folder should be deleted only if the creation of .tmp is finished.

os.Rename line:

os.Rename(".tmp", "build")

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

No branches or pull requests

1 participant