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

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


The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
     new b2e0a4f  [DATALAB-2409] - [AWS] SSN configure refactored
b2e0a4f is described below

commit b2e0a4fb96f56ee469726bfa0a97499f924d6b5c
Author: bodnarmykola <[email protected]>
AuthorDate: Thu Jul 29 15:09:31 2021 +0300

    [DATALAB-2409] - [AWS] SSN configure refactored
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py 
b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 3cc5a4a..cdf628a 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -115,7 +115,7 @@ if __name__ == "__main__":
             ssn_conf['aws_report_path'] = os.environ['aws_report_path']
         else:
             ssn_conf['aws_report_path'] = ''
-     except Exception as err:
+    except Exception as err:
         logging.error('Error: {0}'.format(err))
         datalab.fab.append_result("Failed to generate variables dictionary.", 
str(err))
         cleanup_aws_resources(ssn_conf['tag_name'], 
ssn_conf['service_base_name'])

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

Reply via email to