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 7dd4346  [DATALAB-2410]: changed definition
7dd4346 is described below

commit 7dd4346badaca0f36f86df74d010925dc98392c5
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 16:25:32 2021 +0300

    [DATALAB-2410]: changed definition
---
 infrastructure-provisioning/terraform/bin/datalab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/datalab.py 
b/infrastructure-provisioning/terraform/bin/datalab.py
index 26756e8..c7d7b9a 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -110,7 +110,7 @@ def get_var_args_string(cli_args):
         if key in ["secret_access_key", "access_key_id", "ldap_host", 
"ldap_user", "ldap_bind_creds", "mongo_password"]:
             value = '*****'
             print(key + '=' + value)
-        args_hidden = []
+        args_hidden = list()
         args_hidden.append("-var '{0}={1}'".format(key, value))
     logging.info(' '.join(args_hidden))
     return ' '.join(args_plain)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to