Skip to content

Commit

Permalink
i.segment.uspo: indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mlennert committed Jul 12, 2019
1 parent 90750d9 commit 7eaa9c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grass7/imagery/i.segment.uspo/i.segment.uspo.py
Expand Up @@ -973,8 +973,7 @@ def main():
best_values[region].append([threshlist[0], hrlist[0],
radiuslist[0], minsizelist[0],
-1])
maps_to_keep.append([regional_maplist[0], -1,
parms['region']])
maps_to_keep.append([regional_maplist[0], -1, parms['region']])

# Create output

Expand Down

0 comments on commit 7eaa9c6

Please sign in to comment.