-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance import inp message (it is experimental process)
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|