We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b394c commit c34f23cCopy full SHA for c34f23c
python/plugins/processing/algs/qgis/Merge.py
@@ -81,7 +81,7 @@ def processAlgorithm(self, progress):
81
if (dfield.type() != sfield.type()):
82
raise GeoAlgorithmExecutionException(
83
self.tr('{} field in layer {} has different '
84
- 'data type than in other layers.'))
+ 'data type than in other layers.'.format(sfield.name(), layer.name())))
85
86
if not found:
87
fields.append(sfield)
0 commit comments