We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87646a commit c3839b3Copy full SHA for c3839b3
python/plugins/processing/gui/ExtentSelectionPanel.py
@@ -117,7 +117,7 @@ def getMinCoveringExtent(self):
117
elif isinstance(param, ParameterMultipleInput):
118
layers = param.value.split(';')
119
for layername in layers:
120
- layer = dataobjects.getObject(layername, first)
+ layer = dataobjects.getObject(layername)
121
if layer:
122
found = True
123
self.addToRegion(layer, first)
0 commit comments