Skip to content

Commit

Permalink
fix pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fso42 committed Jan 21, 2022
1 parent 10d4e63 commit 5e46392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avaframeConnector_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def processAlgorithm(self, parameters, context, feedback):
relDict = {lyr.source(): lyr for lyr in allREL}

sourceENT = self.parameterAsVectorLayer(parameters, self.ENT, context)

sourceRES = self.parameterAsVectorLayer(parameters, self.RES, context)

sourceFOLDEST = self.parameterAsFile(parameters, self.FOLDEST, context)
Expand Down Expand Up @@ -236,7 +236,7 @@ def processAlgorithm(self, parameters, context, feedback):
shutil.copy(shpPart, targetENTPath)
except shutil.SameFileError:
pass

# copy all resistance shapefile parts
if sourceRES is not None:
sourceRESPath = pathlib.Path(sourceRES.source())
Expand Down

0 comments on commit 5e46392

Please sign in to comment.