You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an key exists in a Resource, but that key is defined in Resource.nested_objects, and the value of that key is None, the following exception is raised:
If an key exists in a
Resource
, but that key is defined inResource.nested_objects
, and the value of that key isNone
, the following exception is raised:For example:
The workaround for now, is to just access the attribute using
dict
syntax:program["currentPhase"]
The text was updated successfully, but these errors were encountered: