This is an automated email from the ASF dual-hosted git repository.

dmysakovets pushed a commit to branch DLAB-1405
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1405 by this push:
     new 2257712  [DLAB-1405] Added print functions for testing purpose
2257712 is described below

commit 22577123a0e2c3183077f97a4e3e32ca176d19c1
Author: Demyan Mysakovets <demian.mysakove...@gmail.com>
AuthorDate: Thu Jan 23 09:37:30 2020 +0200

    [DLAB-1405] Added print functions for testing purpose
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py 
b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
index 945451d..f9e7e36 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
@@ -75,8 +75,8 @@ if __name__ == "__main__":
         print("Service base name should be unique and less or equal 12 
symbols. Please try again.")
         sys.exit(1)
 
+    print('os.environ[gcp_vpc_name]: ' + os.environ['gcp_vpc_name'])
     try:
-        print('os.environ[gcp_vpc_name]: ' + os.environ['gcp_vpc_name'])
         if os.environ['gcp_vpc_name'] == '':
             raise KeyError
         else:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to