Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update GrassAlgorithm.py
  • Loading branch information
Giovanni Manghi committed Sep 29, 2013
1 parent 5267757 commit 7004a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/grass/GrassAlgorithm.py
Expand Up @@ -336,7 +336,7 @@ def processAlgorithm(self, progress):

if isinstance(out, OutputVector):
filename = out.value
command = "v.out.ogr -e input=" + out.name + uniqueSufix
command = "v.out.ogr -c -e input=" + out.name + uniqueSufix
command += " dsn=\"" + os.path.dirname(out.value) + "\""
command += " format=ESRI_Shapefile"
command += " olayer=" + os.path.basename(out.value)[:-4]
Expand Down

0 comments on commit 7004a05

Please sign in to comment.