diff --git a/source_pool_fetcher.py b/source_pool_fetcher.py index 2223100..2d9506f 100755 --- a/source_pool_fetcher.py +++ b/source_pool_fetcher.py @@ -31,13 +31,14 @@ def fetch_sources(self): """ Fetch new versions of sources to store locally. """ - pass + raise NotImplementedError() def ensure_package(self, collection, package, remove_contents=False): """ Ensures the package directory exists, if not, creates it. :param collection: The collection :param package: the package + :param remove_contents: clean up the package directory (useful for refreshing) :return: A `Path` object to the directory """ collection_dir = self.target_dir / collection