def check_dataset_existence(self): try: IOCCheck() except ioc_exceptions.PoolNotActivated as e: raise CallError(e, errno=errno.ENOENT)
def check_dataset_existence(self): IOCCheck()