Skip to content

Commit

Permalink
Fix used-before-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 16, 2017
1 parent 34a9d91 commit 7c8cdff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/saga/SagaAlgorithm.py
Expand Up @@ -138,6 +138,7 @@ def processAlgorithm(self, parameters, context, feedback):
self.exportedLayers = {}

self.preProcessInputs()
extent = None

# 1: Export rasters to sgrd and vectors to shp
# Tables must be in dbf format. We check that.
Expand Down

0 comments on commit 7c8cdff

Please sign in to comment.