simvue-io / client

Simvue Python client
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

Fix checking for empty as opposed to None in object retrieval #392

Closed kzscisoft closed 1 month ago

kzscisoft commented 1 month ago

Fixes bug where if an empty list is returned when retrieving objects an exception is thrown (this should be if the key doesnt exist in the response).