mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-24 20:01:24 -07:00
stop some async errors from being suppressed (#314)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
459190f394
commit
426ac90815
5 changed files with 5 additions and 5 deletions
|
@ -471,7 +471,7 @@ def wait_for_operation(module, response):
|
|||
return {}
|
||||
status = navigate_hash(op_result, ['done'])
|
||||
wait_done = wait_for_completion(status, op_result, module)
|
||||
raise_if_errors(op_result, ['error'], module)
|
||||
raise_if_errors(wait_done, ['error'], module)
|
||||
return navigate_hash(wait_done, ['response'])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue