You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
Traceback (most recent call last):
File
"/usr/share/qgis/python/plugins/processing/modeler/EditModelAction.py",
line 41, in execute
dlg = ModelerDialog(self.alg.getCopy())
File
"/usr/share/qgis/python/plugins/processing/modeler/ModelerDialog.py",
line 190, in init
self.repaintModel()
File
"/usr/share/qgis/python/plugins/processing/modeler/ModelerDialog.py",
line 350, in repaintModel
self.scene.paintModel(self.alg)
File
"/usr/share/qgis/python/plugins/processing/modeler/ModelerScene.py",
line 101, in paintModel
value = alg.params[parameter.name]
KeyError: 'GRIDS'
The text was updated successfully, but these errors were encountered:
Does this error occur in English localization, or in Italian only? I had a similar problem with the 'Models' branch in the Options dialog. The key is translatable, so there is a risk its both translations are not equal.
Rasterize and fill trhows a similar error when modifying it:
Errore durante l'esecuzione di codice Python:
Traceback (most recent call last):
File "/home/paolo/Scrivania/analisi/config/python/plugins/processing/modeler/EditModelAction.py", line 41, in execute
dlg = ModelerDialog(self.alg.getCopy())
File "/home/paolo/Scrivania/analisi/config/python/plugins/processing/modeler/ModelerDialog.py", line 190, in init
self.repaintModel()
File "/home/paolo/Scrivania/analisi/config/python/plugins/processing/modeler/ModelerDialog.py", line 350, in repaintModel
self.scene.paintModel(self.alg)
File "/home/paolo/Scrivania/analisi/config/python/plugins/processing/modeler/ModelerScene.py", line 101, in paintModel
value = alg.params[parameter.name]
KeyError: 'OUTPUT'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Traceback (most recent call last):
File
"/usr/share/qgis/python/plugins/processing/modeler/EditModelAction.py",
line 41, in execute
dlg = ModelerDialog(self.alg.getCopy())
File
"/usr/share/qgis/python/plugins/processing/modeler/ModelerDialog.py",
line 190, in init
self.repaintModel()
File
"/usr/share/qgis/python/plugins/processing/modeler/ModelerDialog.py",
line 350, in repaintModel
self.scene.paintModel(self.alg)
File
"/usr/share/qgis/python/plugins/processing/modeler/ModelerScene.py",
line 101, in paintModel
value = alg.params[parameter.name]
KeyError: 'GRIDS'
The text was updated successfully, but these errors were encountered: