gwk / muck

A build tool for data projects.
49 stars 3 forks source link

Doc fix, return source in source_url #3

Closed gabestein closed 8 years ago

gabestein commented 8 years ago
  1. Fixes a small documentation error.
  2. Changes source_url() to return the result of source(). Before, calling source_url() in a muck project file would return None, which made it impossible to interact with scraped pages in the same muck script you scraped from. Unsure if there are unintended side-effects to this change, but seems unlikely given that we're simply returning results.
gwk commented 8 years ago

Fixed both issues as of 47a95fb. Thanks!