if clean:
        try:
            os.remove(cached)
            log.debug('Cleaned cached archive %s', cached)
        except OSError as exc: