“Load layer list’ : click and keep both ‘boreholeview’ and ‘boreholeview_name’
Target database > SQLite (write mode : Create)
click on "Finish"
Python error
Expected behavior
as described in the test scenario > "Expected result : 1 new QGIS layer (boreholeview) and 1 table"
And SQLite file create where specified
Additional context
worked under V 1.2.1-beta1 : same environment
Logs
TypeError: setText(self, str): argument 1 has unexpected type 'WindowsPath'
Traceback (most recent call last):
File "C:/Users/grellets/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gml_application_schema_toolbox\gui\database_widget.py", line 104, in on_sqlitePathButton_clicked
self.sqlitePathLineEdit.setText(filepath)
TypeError: setText(self, str): argument 1 has unexpected type 'WindowsPath'
Environment
Description
To Reproduce
Follow https://brgm.github.io/gml_application_schema_toolbox/testing/scenario_mode_gmlas_local.html Do step 1 as described
Expected behavior
Additional context
Logs