This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch epm-v2.5.2-tpcp
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/epm-v2.5.2-tpcp by this push:
new 1b866ae27 renamed error_response to error_message
1b866ae27 is described below
commit 1b866ae27878a92e74c650d5323f1d6c632640c1
Author: leonidfrolov <[email protected]>
AuthorDate: Tue May 10 15:40:39 2022 +0300
renamed error_response to error_message
---
infrastructure-provisioning/src/general/lib/aws/meta_lib.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
b/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
index c3ff118d2..4df3eca3e 100644
--- a/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
+++ b/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
@@ -749,7 +749,7 @@ def get_list_instance_statuses(instance_ids):
except Exception as err:
host['id'] = h.get('id')
host['status'] = 'terminated'
- #host['error_response'] = str(err).replace("'", "")
+ #host['error_message'] = str(err).replace("'", "")
data.append(host)
return data
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]