-
-
Notifications
You must be signed in to change notification settings - Fork 691
binding_generator.py: Don't error if directory already exists #1702
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
Conversation
|
Thanks! This seems fine, however, you'll need to fix the code style issue pointed out by Naros to get CI to pass. While you're at it, could you rewrite the commit message to describe the change, maybe something like |
Sorry about this,I am not farmilar with github. I will update it soon. |
|
Is it OK? Thanks for correction and suggestion. |
|
@zhmt you'll need to squash the two commits into one. The current title of the commit message is "Update binding_generator.py" and then goes into detail that will hidden and require interaction of some sort in most git software and here on github, so it's probably best to just copy dsnopek's suggestion verbatim: "binding_generator.py: Don't error if directory already exists" |
When I squashed the two commits in github desktop, the push button changes to "force push". It show a s confirming dialog with message below when it clicked : Is it safe ? |
It should be ok when folders exist. Exception shouldn't be thrown. Update binding_generator.py It should be ok when folds exist. It will fail to build without this patch, in vs code on windows with compiler ( visual studio community 2022 amd 64) . Co-Authored-By: Chris Cranford <[email protected]>
|
Commits have been squashed, and title has been changed, should works now. |
|
Thanks! And congrats on your first merged Godot contribution 🎉 |
|
Cherry-picked for 4.3 in PR #1744 |
|
Cherry-picked for 4.4 in PR #1745 |
It should be ok when folds exist. It will fail to build without this patch, in vs code on windows with compiler ( visual studio community 2022 amd 64) .