File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
python/plugins/processing/algs/grass7 Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -472,11 +472,6 @@ def processOutputs(self):
472472 self .commands .append (command )
473473 self .outputCommands .append (command )
474474
475- command = 'r.out.gdal --overwrite -c createopt="TFW=YES,COMPRESS=LZW"'
476- command += ' input='
477- command += 'correctedoutput' + self .uniqueSufix
478- command += ' output="' + filename + '"'
479- elif self .grass7Name == 'r.composite' :
480475 command = 'r.out.gdal --overwrite -c createopt="TFW=YES,COMPRESS=LZW"'
481476 command += ' input='
482477 command += 'correctedoutput' + self .uniqueSufix
@@ -487,9 +482,6 @@ def processOutputs(self):
487482
488483 if self .grass7Name == 'r.horizon' :
489484 command += out .name + self .uniqueSufix + '_0'
490- elif self .grass7Name == 'r.composite' :
491- self .commands .append (command )
492- self .outputCommands .append (command )
493485 elif self .grass7Name == 'r.statistics' :
494486 self .commands .append (command )
495487 self .outputCommands .append (command )
You can’t perform that action at this time.
0 commit comments