Skip to content

Commit

Permalink
fix tiny mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet authored and nyalldawson committed Oct 6, 2021
1 parent e49f393 commit f6e20c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/gdal/retile.py
Expand Up @@ -196,10 +196,10 @@ def getConsoleCommands(self, parameters, context, feedback, executing=True):
arguments.append(extra)

if self.parameterAsBoolean(parameters, self.DIR_FOR_ROW, context):
arguments.append('-pyramidOnly')
arguments.append('-useDirForEachRow')

if self.parameterAsBoolean(parameters, self.ONLY_PYRAMIDS, context):
arguments.append('-useDirForEachRow')
arguments.append('-pyramidOnly')

csvFile = self.parameterAsFileOutput(parameters, self.OUTPUT_CSV, context)
if csvFile:
Expand Down

0 comments on commit f6e20c3

Please sign in to comment.