Skip to content

Commit 836f215

Browse files
committed
[Processing] Follow up 9224f58
1 parent 9224f58 commit 836f215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/core/GeoAlgorithm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def execute(self, progress=None, model=None):
219219
# Try with the 'replace' mode (requires e.message instead of e!)
220220
message = unicode(e.message, 'utf-8', 'replace')
221221
raise GeoAlgorithmExecutionException(
222-
message + self.tr(' \nSee log for more details'), lines, e)
222+
message + self.tr(' \nSee log for more details'))
223223

224224
def _checkParameterValuesBeforeExecuting(self):
225225
for param in self.parameters:

0 commit comments

Comments
 (0)