You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the GMLAS mode in the wizard I get the following Error:
Logs
Traceback (most recent call last):
File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/gui/load_wizard.py", line 202, in validatePage
self._panel.do_load()
File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/gui/import_gmlas_panel.py", line 394, in do_load
params = self.import_params(dest_db_name, provider)
File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/gui/import_gmlas_panel.py", line 303, in import_params
[options.append(opt) for opt in dataset_creation_options]
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Environment
Description
When using the GMLAS mode in the wizard I get the following Error:
Logs
The text was updated successfully, but these errors were encountered: