Skip to content

Commit

Permalink
new i.sentinel modules: msg cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 29, 2020
1 parent f9ce1ba commit 33f4ae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def main():

if options['minpercent']:
if percent < int(options['minpercent']):
grass.fatal("The percentage of coverage is to low")
grass.fatal("The percentage of coverage is too low (expected: %s)" % options['minpercent'])

# save list of Sentinel names
if output:
Expand Down

0 comments on commit 33f4ae6

Please sign in to comment.