Commvault / cvpysdk

Developer SDK - Python
https://commvault.github.io/cvpysdk/
Apache License 2.0
54 stars 41 forks source link

Fixes bug Empty subclient results in a KeyError exception #136 #137

Closed pertoft closed 3 years ago

pertoft commented 3 years ago

Fixes bug Empty subclient results in a KeyError exception #136 by checking if the key is defined.

The error occurs when an empty subclient is broswed with browse()

pertoft commented 3 years ago

Fixed in dev branch