Skip to content

Commit ba0cd0c

Browse files
committed
minor change to last commit fixing #6635
2 parents 28531f3 + 3f40232 commit ba0cd0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/sextante/gui/AlgorithmExecutor.py

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def raiseInternalError(self, error):
9393
def runalg(self):
9494
try:
9595
self.algorithm.execute(self.progress)
96+
self.finished.emit()
9697
except GeoAlgorithmExecutionException, e :
9798
self.error.emit(e.msg)
9899
except BaseException, e:

0 commit comments

Comments
 (0)