You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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=tierX
Expected behavior
directory should be deleted
The text was updated successfully, but these errors were encountered: