Speclib writing errors of EcoSIS format

Issue #355 closed
Fabian Thiel created an issue

The export of the EcoSIS format causes error

An error has occurred while executing Python code: 

TypeError: write() missing 1 required positional argument: 'progressDialog' 
Traceback (most recent call last):
  File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\externals\qps\speclib\io\ecosis.py", line 250, in 
    m.triggered.connect(lambda *args, sl=spectralLibrary: write(sl))
  File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\externals\qps\speclib\io\ecosis.py", line 247, in write
    sl = EcoSISSpectralLibraryIO.write(spectralLibrary, path)
TypeError: write() missing 1 required positional argument: 'progressDialog'

Version 3.6.20200310T101303.TEST

Comments (1)

  1. Log in to comment