Skip to content

Commit 09c6b2b

Browse files
committedNov 21, 2014
[processing]removed unused code
1 parent 810cb3f commit 09c6b2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎python/plugins/processing/gui/AlgorithmExecutor.py‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ def runalg(alg, progress=None):
5454
ProcessingLog.addToLog(sys.exc_info()[0], ProcessingLog.LOG_ERROR)
5555
progress.error(e.msg)
5656
return False
57-
except Exception:
58-
msg = tr('Uncaught error executing %s.\nSee log for more information') % unicode(alg.name)
59-
ProcessingLog.addToLog(sys.exc_info()[0], ProcessingLog.LOG_ERROR)
60-
progress.error(msg)
61-
return False
6257

6358
def runalgIterating(alg, paramToIter, progress):
6459
# Generate all single-feature layers

0 commit comments

Comments
 (0)
Please sign in to comment.