Skip to content

Commit

Permalink
Enhance import inp message (it is experimental process)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtorret committed Feb 1, 2021
1 parent de2e1e0 commit 57c5e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/update_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].")
self.controller.show_info_box(msg, "Info")
self.execute_import_data(schema_type=project_type)
return
Expand Down

0 comments on commit 57c5e5d

Please sign in to comment.