AttributeError: 'SynthmixApp' object has no attribute 'names'

Issue #211 resolved
Benjamin Jakimow created an issue

An error has occurred while executing Python code:

AttributeError: 'SynthmixApp' object has no attribute 'names'

Traceback (most recent call last):
  File "C:\Users\okujenak\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\__init__.py", line 127, in startGUI
    w = SynthmixApp(parent=self.enmapbox.ui)
  File "C:\Users\okujenak\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\synthmixapp\core.py", line 27, in __init__
    self.setTargets(0)
  File "C:\Users\okujenak\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\synthmixapp\core.py", line 66, in setTargets
    self.uiTargets().addItems(self.names)
AttributeError: 'SynthmixApp' object has no attribute 'names'

Comments (2)

  1. Log in to comment