morph
morph copied to clipboard
Run fails due to symlinked scraper.rb
@appleorange1's scraper symlinks scraper.rb and morph's not handling that properly.
[Morph/production] Errno::ENOTDIR: Not a directory @ dir_initialize - db/scrapers/repos/appleorange1/victorianparliamentmemberdata/scraper.rb
Backtrace
line 278 of [PROJECT_ROOT]/app/models/scraper.rb: open
line 278 of [PROJECT_ROOT]/app/models/scraper.rb: entries
line 278 of [PROJECT_ROOT]/app/models/scraper.rb: directory_size
Ah, I was wondering why it was taking so long for the scraper to run! I've removed the symbolic link and it works now.