def __init__(self, datacube): AbstractIngester.__init__(self, datacube)
def __init__(self, collection): """Initialise the source_dir cache then call Ingester init""" self.source_dir = None AbstractIngester.__init__(self, collection=collection)