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

[BUG] register_task_plugins.py should ignore hidden files/folders #421

Open
jtsextonMITRE opened this issue Mar 19, 2024 · 0 comments
Open
Labels
bug Something isn't working examples Creating, updating and maintaining end-to-end examples of how to use Dioptra

Comments

@jtsextonMITRE
Copy link
Collaborator

Currently the register_task_plugins.py script uploads every folder in the task-plugins directory. This isn't an issue for new clones of the repository, but when using jupyter notebook to edit the task plugins, it can cause the generation of an .ipynb_checkpoints folder which the script will then try to upload (and fail because of).

Proposed fix: Ignore folders and files which start with the . character when choosing which files/folders to upload.

@jtsextonMITRE jtsextonMITRE added bug Something isn't working examples Creating, updating and maintaining end-to-end examples of how to use Dioptra labels Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working examples Creating, updating and maintaining end-to-end examples of how to use Dioptra
Projects
None yet
Development

No branches or pull requests

1 participant