Skip to content

Commit

Permalink
use directory in FileGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan committed Mar 27, 2020
1 parent 51eb7f8 commit 8004832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def main(argv=None):
"pattern": group.pattern,
"locator": group.locator,
"database_path": group.database_path,
"directory": group.directory,
"color_mapper": color_mapper,
}
dataset = drivers.get_dataset(group.file_type, settings)
Expand Down

0 comments on commit 8004832

Please sign in to comment.