We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28531f3 + 3f40232 commit ba0cd0cCopy full SHA for ba0cd0c
python/plugins/sextante/gui/AlgorithmExecutor.py
@@ -93,6 +93,7 @@ def raiseInternalError(self, error):
93
def runalg(self):
94
try:
95
self.algorithm.execute(self.progress)
96
+ self.finished.emit()
97
except GeoAlgorithmExecutionException, e :
98
self.error.emit(e.msg)
99
except BaseException, e:
0 commit comments