-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to PyFilesystem and support multiple input dirs (#352)
- Replace all uses of FileHandler with new PyFilesystem wrapper classes. - Update config key lookups to use new file matching util. This allows specifying matching by either file name (already supported) or path (new), with support for wildcards. - Put input subdirectory traversal behind a config option `includeInputSubdirs` which defaults to false.
- Loading branch information
Showing
44 changed files
with
1,110 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.