CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
19 stars 12 forks source link

BUG: ignore kwarg=None in constrained calls #179

Closed ceesem closed 2 months ago

ceesem commented 2 months ago

The new kwargs constraint throws an error if keyword cannot be used with the server version, but does not check if keyword is actually defined as anything. This checks if the kwarg is None before throwing the error to ignore null cases.

Closes #178