You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/01/22 14:39:22 UTC

[incubator-dlab] 02/02: [DLAB-1405] Added print functions for testing purpose

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

commit f90877b27c32ee9fc4592afc1e4851aa2182d618
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Wed Jan 22 16:39:04 2020 +0200

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

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
index b676516..3fbc48c 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
@@ -135,7 +135,7 @@ if __name__ == "__main__":
         sys.exit(1)
 
     print("Removing SSN VPC")
-    print("args.pre_defined_vpc" + args.pre_defined_vpc)
+    print("args.pre_defined_vpc " + args.pre_defined_vpc)
     if args.pre_defined_vpc != 'True':
         try:
             GCPActions().remove_vpc(args.vpc_name)


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