if not executor and local:
            executor = LocalExecutor()
        elif not executor:
            executor = GetDefaultExecutor()