cloudera-labs / cdpy

A Simple Pythonic Client wrapper for Cloudera CDP CLI, designed for use with the Ansible framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wait for state fails if 'field' is None

wmudge opened this issue · comments

current_status = self._get_path(current, field)

_get_path errors when field is None, as it is not iterable. However, docs direct you to use None if waiting for delete state.