mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] indentation fix
This commit is contained in:
parent
72d33852f1
commit
68e2def12a
@ -130,7 +130,7 @@ class RandomPointsAlongLines(GeoAlgorithm):
|
||||
nIterations += 1
|
||||
|
||||
if nPoints < pointCount:
|
||||
ProcessingLog.addToLog(
|
||||
ProcessingLog.addToLog(
|
||||
ProcessingLog.LOG_INFO,
|
||||
'Can not generate requested number of random points. Maximum '
|
||||
'number of attempts exceeded.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user