Translate raster layer algorithm not working in Batch Mode

Issue #923 resolved
Andreas Janz created an issue

NotImplementedError

Traceback (most recent call last):
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\AlgorithmDialog.py", line 97, in runAsBatch
    dlg = BatchAlgorithmDialog(self.algorithm().create(), parent=iface.mainWindow())
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\BatchAlgorithmDialog.py", line 73, in __init__
    self.setMainWidget(BatchPanel(self, self.algorithm()))
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\BatchPanel.py", line 469, in __init__
    self.initWidgets()
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\BatchPanel.py", line 510, in initWidgets
    self.addRow()
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\BatchPanel.py", line 683, in addRow
    wrapper = WidgetWrapperFactory.create_wrapper(param, self.parent, row, column)
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\wrappers.py", line 1846, in create_wrapper
    return WidgetWrapperFactory.create_wrapper_from_metadata(param, dialog, row, col)
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\wrappers.py", line 1881, in create_wrapper_from_metadata
    wrapper = wrapper(param, dialog, row, col, **params)
  File "C:\PROGRA~1/QGIS32~1.0/apps/qgis/./python/plugins\processing\gui\wrappers.py", line 155, in __init__
    self.widget = self.createWidget(**kwargs)
  File "C:\Users/Anne Marie/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapboxprocessing\parameter\processingparametercreationprofilewidget.py", line 46, in createWidget
    raise NotImplementedError()
NotImplementedError

The problem is the ProcessingParameterCreationProfileWidget.

Comments (1)

  1. Log in to comment