Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sextante] changed "usergdal" option in R algorithms to "dontuseraste…
…rpackage"
  • Loading branch information
volaya committed Mar 15, 2013
1 parent a2bd6d8 commit f195121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/r/RAlgorithm.py
Expand Up @@ -136,7 +136,7 @@ def processParameterLine(self,line):
self.showPlots = True
self.addOutput(OutputHTML(RAlgorithm.RPLOTS, "R Plots"));
return
if line.lower().strip().startswith("usereadgdal"):
if line.lower().strip().startswith("dontuserasterpackage"):
self.useRasterPackage = False
return
if line.lower().strip().startswith("passfilenames"):
Expand Down

0 comments on commit f195121

Please sign in to comment.