Skip to content

Fix for OS specific files #9

@timsainb

Description

@timsainb

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']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions