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