Classification Workflow - Save changes (in class table) error

Issue #678 resolved
Fabian Thiel created an issue

Clicking the apply and save changes button in the table in the Dataset tab does not work

Traceback (most recent call last):
  File "C:\Users\thielf54\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\classificationworkflowapp\classificationworkflowgui.py", line 74, in wrapper
    result = func(gui, *argsTail, **kwargs)
  File "C:\Users\thielf54\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\classificationworkflowapp\classificationworkflowgui.py", line 1029, in onDatasetTableSave
    Utils.pickleDump(dump._asdict(), filename)
AttributeError: 'ClassifierDump' object has no attribute '_asdict'

Version 3.8.20210607T172151.develop

Comments (1)

  1. Log in to comment