Fixes an issue where repeated use of make dev fails due to the symbolic link creation. The fix is to check/unlink an existing symlink and recreate it if needed.
Before submitting
[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
What does this PR do?
Fixes an issue where repeated use of
make dev
fails due to the symbolic link creation. The fix is to check/unlink an existing symlink and recreate it if needed.Before submitting
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who may be interested in your PR.