mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
[processing]removed unused code
This commit is contained in:
parent
810cb3fb99
commit
09c6b2b346
@ -54,11 +54,6 @@ def runalg(alg, progress=None):
|
||||
ProcessingLog.addToLog(sys.exc_info()[0], ProcessingLog.LOG_ERROR)
|
||||
progress.error(e.msg)
|
||||
return False
|
||||
except Exception:
|
||||
msg = tr('Uncaught error executing %s.\nSee log for more information') % unicode(alg.name)
|
||||
ProcessingLog.addToLog(sys.exc_info()[0], ProcessingLog.LOG_ERROR)
|
||||
progress.error(msg)
|
||||
return False
|
||||
|
||||
def runalgIterating(alg, paramToIter, progress):
|
||||
# Generate all single-feature layers
|
||||
|
Loading…
x
Reference in New Issue
Block a user