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

Fix for OS specific files #9

Open
timsainb opened this issue Feb 5, 2021 · 0 comments
Open

Fix for OS specific files #9

timsainb opened this issue Feb 5, 2021 · 0 comments

Comments

@timsainb
Copy link
Owner

timsainb commented Feb 5, 2021

Some errors are given with invisible files in the tutorial e.g. .ds_store for macs.

this can be filtered e.g. with paths.py:

subdir_list = list((dataset_loc).iterdir())
subdir_list = [i for i in subdir_list if i != '.DS_Store']

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