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

FSReader: add include dot files flag #314

Merged
merged 2 commits into from
Jul 5, 2016

Conversation

immerrr
Copy link
Contributor

@immerrr immerrr commented Jul 5, 2016

With this PR, FSReader with {"input": {"dir": "/foo/bar"}} will no longer fetch items from files starting with a dot. This is a useful convention to store metadata that is related to the dataset inside the dataset directory. To bring back the old behaviour, there's a new flag, include_dot_files, so that {"input": {"dir": "/foo/bar", "include_dot_files": true"}} will match all files as before.

Specific file paths, like {"input": "/foo/bar/.hidden.jl.gz"} are not affected.

@eliasdorneles eliasdorneles merged commit 0f57e51 into master Jul 5, 2016
@eliasdorneles
Copy link
Contributor

Looks great, thanks @immerrr !

@immerrr immerrr deleted the add-include-dot-files-flag branch July 5, 2016 13:29
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

Successfully merging this pull request may close these issues.

2 participants