Regression Workflow App: The "Secret Button" causes python error

Issue #432 resolved
Fabian Thiel created an issue

Only a minor issue: Pressing F1 will result in the following error.

An error has occurred while executing Python code: 

AttributeError: 'RegressionWorkflowApp' object has no attribute 'onAdvancedClicked' 
Traceback (most recent call last):
  File "C:\Users\ThinkPad\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\coreapps\enmapboxapplications\regressionapp\core.py", line 77, in keyPressEvent
    self.onAdvancedClicked()
AttributeError: 'RegressionWorkflowApp' object has no attribute 'onAdvancedClicked'

Comments (2)

  1. Log in to comment