From 57c5e5dbc2af576fe05dbef34e29e38dde639257 Mon Sep 17 00:00:00 2001 From: Xavier Torret Date: Mon, 1 Feb 2021 16:00:14 +0100 Subject: [PATCH] Enhance import inp message (it is experimental process) --- actions/update_sql.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actions/update_sql.py b/actions/update_sql.py index 8ea28ed6b..a67aedbf8 100644 --- a/actions/update_sql.py +++ b/actions/update_sql.py @@ -1607,7 +1607,8 @@ def create_project_data_schema(self, project_name_schema=None, project_title_sch self.task1.setProgress(100) self.controller.plugin_settings_set_value('create_schema_type', 'rdb_import_data') msg = ("The base schema have been correctly executed." - "\nNow, a form will be opened to manage the import inp file into it.") + "\nNow will start the import process. It is experimental and it may crash." + "\nIf this happens, please notify it by send a e-mail to info@giswater.org.") self.controller.show_info_box(msg, "Info") self.execute_import_data(schema_type=project_type) return