You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2020/10/05 08:12:19 UTC

[incubator-datalab] branch DLAB-1911 updated: [DLAB-1911]: changed dlab to datalab

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

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


The following commit(s) were added to refs/heads/DLAB-1911 by this push:
     new a0782f7  [DLAB-1911]: changed dlab to datalab
a0782f7 is described below

commit a0782f7b64e96b785c41eb1f7ee7c958ffbf6cb6
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Oct 5 11:12:02 2020 +0300

    [DLAB-1911]: changed dlab to datalab
---
 .../src/general/scripts/azure/project_prepare.py                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
index a80f9d4..0127d08 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/project_prepare.py
@@ -491,7 +491,7 @@ if __name__ == "__main__":
                 except:
                     print("Edge Security group hasn't been created.")
                 traceback.print_exc()
-                dlab.fab.append_result("Failed creating security group for edge node.", str(err))
+                datalab.fab.append_result("Failed creating security group for edge node.", str(err))
                 raise Exception
     except:
         traceback.print_exc()


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