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

--copy-gds fails with optional files if the destination directory doesn't exists #38

Open
mbalestrini opened this issue Mar 17, 2022 · 2 comments

Comments

@mbalestrini
Copy link

I got an error on this line when it was trying to copy a project spef file because the destination spef folder didnt exist:

shutil.copyfile(src, dst)

@mattvenn
Copy link
Owner

and you don't have a spef folder in caravel_user_project?
but yes, should fail more gracefully probbably

@mbalestrini
Copy link
Author

no, I had no spef folder. At least not before running make user_project_wrapper

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

2 participants