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_needed_files may fail if the destination directory is otherwise empty. #16

Open
jacobfnl opened this issue Nov 8, 2023 · 0 comments

Comments

@jacobfnl
Copy link

jacobfnl commented Nov 8, 2023

This will happen if a directory is ignored, yet copy needed files includes a file in that directory.

django_project/
├── ignored_directory/
│   └── file_needed.py
├── app/
│   └── compiled_file.py
└── manage.py

compiled_file gets compiled, manage.py gets copied, but file_needed.py does not. FileNotFoundError exception

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

1 participant