google.cloud/plugins/module_utils
Zach 9a72a0acf3
fix 'str' object has no attribute 'get'
The function _compare_value attempts to return if "resp_value" is not set.
The problem occurs when one of the functions sets the response value "None" as string, rather than pythonic None.
This is a fix to also exit this function on a "None" string response value.
2021-04-25 18:51:23 +03:00
..
gcp_utils.py fix 'str' object has no attribute 'get' 2021-04-25 18:51:23 +03:00