Describe the bug
When using cookiecuter from this command: cookiecutter -f -s https://github.com/DSACMS/repo-scaffolder --directory=tierX, using cookiecutter to obtain a code.json file doesnt properly delete the codejson directory
To Reproduce
- use
cookiecutter -f -s https://github.com/DSACMS/repo-scaffolder --directory=tierX
- run cookiecutter flow to get your code.json file
- observe that the directory is still there
Expected behavior
directory should be deleted
Describe the bug
When using cookiecuter from this command:
cookiecutter -f -s https://github.com/DSACMS/repo-scaffolder --directory=tierX, using cookiecutter to obtain a code.json file doesnt properly delete the codejson directoryTo Reproduce
cookiecutter -f -s https://github.com/DSACMS/repo-scaffolder --directory=tierXExpected behavior
directory should be deleted