Skip to content

Commit

Permalink
[processing] correct error message (fix #15511)
Browse files Browse the repository at this point in the history
(cherry picked from commit d393734)
  • Loading branch information
alexbruy committed Sep 15, 2016
1 parent 4e2dd58 commit d642571
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -108,7 +108,9 @@ def processAlgorithm(self, progress):

del writer
else:
raise GeoAlgorithmExecutionException(self.tr('Invalid unique ID field'))
raise GeoAlgorithmExecutionException(
self.tr('At least two features must have same attribute '
'value! Please choose another field...'))

def singleToMultiGeom(self, wkbType):
try:
Expand Down

0 comments on commit d642571

Please sign in to comment.