On import, the rake task was choking when it came across the LICENCE and README.md files in the data submodule dir. No harm done, but nobody likes an unnecessary exception... this fixes by skipping paths that are files rather than dirs.
Thanks, @willpragnell! I really appreciate your contribution to the project to make it more accessible to anyone else who might want to run this for themselves.
On import, the rake task was choking when it came across the LICENCE and README.md files in the data submodule dir. No harm done, but nobody likes an unnecessary exception... this fixes by skipping paths that are files rather than dirs.