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 11d3e36 commit 7baf9dfCopy full SHA for 7baf9df
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