We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c24f51e commit 95930edCopy full SHA for 95930ed
python/plugins/processing/algs/qgis/ui/InterpolationWidgets.py
@@ -201,11 +201,11 @@ def value(self):
201
else:
202
inputType = QgsInterpolator.SourceBreakLines
203
204
- layers += '{}::~::{:d}::~::{:d}::~::{:d}::|::'.format(layer.source(),
205
- interpolationSource,
206
- fieldIndex,
207
- inputType)
208
- return layers[:-1]
+ layers += '{}::~::{:d}::~::{:d}::~::{:d}::|::'.format(layer.source(),
+ interpolationSource,
+ fieldIndex,
+ inputType)
+ return layers[:-len('::|::')]
209
210
211
class InterpolationDataWidgetWrapper(WidgetWrapper):
0 commit comments