python-cloudkittyclient/cloudkittyclient/v1/rating
Rafael Weingärtner a15f11a7d2 Fix `create_threshold` method when using cost as 0
When using 0 as the cost, the `create_threshold` method
throws an exception. That happens because 0 (zero) is evaluated
to False. Therefore, we need to change the validation method to
check if the values are None.

Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
2020-12-11 10:25:10 -03:00
..
__init__.py Adapt the client for the v2 API 2019-05-15 08:59:03 +00:00
hashmap.py Fix `create_threshold` method when using cost as 0 2020-12-11 10:25:10 -03:00
hashmap_cli.py Rewrite of the client 2018-06-15 12:08:21 +02:00
pyscripts.py Adapt the client for the v2 API 2019-05-15 08:59:03 +00:00
pyscripts_cli.py Rewrite of the client 2018-06-15 12:08:21 +02:00