Skip to content

Commit dd0e86f

Browse files
committedJun 17, 2013
[gdaltools] SIP API update
1 parent 37b5df7 commit dd0e86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/GdalTools/tools/doGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def algorithmArguments(self, index):
196196
arguments.append("angle=" + str(self.datametricsAngleSpin.value()))
197197
arguments.append("min_points=" + str(self.datametricsMinPointsSpin.value()))
198198
arguments.append("nodata=" + str(self.datametricsNoDataSpin.value()))
199-
return arguments.join(":")
199+
return ':'.join(arguments)
200200

201201
def loadFields(self, vectorFile = ''):
202202
self.zfieldCombo.clear()

0 commit comments

Comments
 (0)