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

lfrolov pushed a commit to branch DATALAB-2814
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2814 by this push:
     new 8908d4a99 [DATALAB-2814]: returned sys exit
8908d4a99 is described below

commit 8908d4a99a625a49f982206ef5ca97726a666fd3
Author: leonidfrolov <[email protected]>
AuthorDate: Tue May 31 16:37:25 2022 +0300

    [DATALAB-2814]: returned sys exit
---
 .../src/general/scripts/azure/common_create_storage_account.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
 
b/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
index 26ae00101..5eab797a4 100644
--- 
a/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
+++ 
b/infrastructure-provisioning/src/general/scripts/azure/common_create_storage_account.py
@@ -59,4 +59,4 @@ if __name__ == "__main__":
                 logging.info("STORAGE ACCOUNT with name {0} could not be 
created. {1}".format(account_name, check.message))
     except Exception as err:
         logging.error('Error: {0}'.format(err))
-        #sys.exit(1)
+        sys.exit(1)


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

Reply via email to