indentation fix

This commit is contained in:
volaya 2017-04-20 14:46:25 +02:00
parent f022858643
commit 5b8c083da7

View File

@ -120,7 +120,6 @@ class RandomExtractWithinSubsets(GeoAlgorithm):
selValue = value if method != 1 else int(round(value * len(subset), 0))
selran.extend(random.sample(subset, selValue))
features = vector.features(layer)
total = 100.0 / len(features)
for (i, feat) in enumerate(selran):