Skip to content

Commit

Permalink
Patch from Markus Metz, see #5714
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@212 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
paolo.cavallini committed Jun 2, 2012
1 parent bf8d11f commit 0875cab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sextante/grass/GrassAlgorithm.py
Expand Up @@ -227,9 +227,6 @@ def processAlgorithm(self, progress):
else:
command+=(" " + out.name + "=" + out.name);


command+=(" " + out.name + "=" + out.name);

command += " --overwrite"
commands.append(command)

Expand Down

0 comments on commit 0875cab

Please sign in to comment.