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
CmisApi::get_application_advertisement catch AttributeError as well (#316)
- Description
Catch both TypeError and AttributeError in CmisApi::get_application_advertisement because an AttributeError will be thrown when updating a dict with None.
- Motivation and Context
Fix issue found during automation tests
- How Has This Been Tested?
Manually test
Added new unit test
Signed-off-by: Stephen Sun <stephens@nvidia.com>
0 commit comments