Skip to content

Commit

Permalink
minor change to last commit fixing #6635
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 18, 2012
2 parents 28531f3 + 3f40232 commit ba0cd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/sextante/gui/AlgorithmExecutor.py
Expand Up @@ -93,6 +93,7 @@ def raiseInternalError(self, error):
def runalg(self):
try:
self.algorithm.execute(self.progress)
self.finished.emit()
except GeoAlgorithmExecutionException, e :
self.error.emit(e.msg)
except BaseException, e:
Expand Down

0 comments on commit ba0cd0c

Please sign in to comment.