Upstream PR that fixed gcp_utils bug (#177)

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2019-01-29 12:26:26 -08:00 committed by Alex Stephen
parent 918acf47d4
commit 2caf5fa8b5

View file

@ -70,7 +70,7 @@ def replace_resource_dict(item, value):
new_item = ast.literal_eval(item)
return replace_resource_dict(new_item, value)
except ValueError:
return new_item
return item
# Handles all authentication and HTTP sessions for GCP API calls.