Reclassify Tool: Error when loading class scheme from text file

Issue #482 resolved
Fabian Thiel created an issue

When loading a saved classification scheme from text file the following error occurs

An error has occurred while executing Python code: 

TypeError: fromFile() missing 1 required positional argument: 'p' 
Traceback (most recent call last):
  File "C:/Users/Fabian/AppData/Roaming/QGIS/QGIS3\profiles\Demo/python/plugins\enmapboxplugin\enmapbox\externals\qps\classification\classificationscheme.py", line 1627, in 
    self.actionLoadfromTextFile.triggered.connect(lambda: self.onLoadClasses('textfile'))
  File "C:/Users/Fabian/AppData/Roaming/QGIS/QGIS3\profiles\Demo/python/plugins\enmapboxplugin\enmapbox\externals\qps\classification\classificationscheme.py", line 1613, in onLoadClasses
    cs = ClassificationScheme.fromFile()
TypeError: fromFile() missing 1 required positional argument: 'p'

Comments (1)

  1. Log in to comment