Skip to content

Commit 0875cab

Browse files
author
paolo.cavallini
committed
Patch from Markus Metz, see #5714
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@212 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent bf8d11f commit 0875cab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sextante/grass/GrassAlgorithm.py

-3
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ def processAlgorithm(self, progress):
227227
else:
228228
command+=(" " + out.name + "=" + out.name);
229229

230-
231-
command+=(" " + out.name + "=" + out.name);
232-
233230
command += " --overwrite"
234231
commands.append(command)
235232

0 commit comments

Comments
 (0)