Skip to content

Commit 1eed72c

Browse files
committedApr 26, 2016
fix formatting
1 parent 4bf3c50 commit 1eed72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/qgis/Buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def buffering(progress, writer, distance, field, useField, layer, dissolve,
8383
value = distance
8484
inGeom = QgsGeometry(inFeat.geometry())
8585
if inGeom.isGeosEmpty() or not inGeom.isGeosValid():
86-
ProcessingLog.addToLog( ProcessingLog.LOG_WARNING, 'Feature {} has empty or invalid geometry. Skipping...'.format(inFeat.id()))
86+
ProcessingLog.addToLog(ProcessingLog.LOG_WARNING, 'Feature {} has empty or invalid geometry. Skipping...'.format(inFeat.id()))
8787
continue
8888

8989
outGeom = inGeom.buffer(float(value), segments)

0 commit comments

Comments
 (0)
Please sign in to comment.