This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2410
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2410 by this push:
new f15d674 [DATALAB-2410]: added output
f15d674 is described below
commit f15d674eda02901f2932b3aa31b49b72f39ae30c
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 17:03:44 2021 +0300
[DATALAB-2410]: added output
---
infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 4241e19..90da962 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -1067,7 +1067,7 @@ def init_args():
print('==========2')
print(parser.parse_known_args()[1])
args = parser.parse_known_args()[0]
- for value in args:
+ for value in args.__dict__:
print(value)
def update_system():
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]