Skip to content

Commit

Permalink
r.mblend addon: syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Feb 23, 2020
1 parent 3b9aeeb commit 64166ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass7/raster/r.mblend/r.mblend.py
Expand Up @@ -269,7 +269,7 @@ def main():
gscript.message(_("[r.mblend] Joining result into a single raster"))
gscript.run_command('r.patch', input=high + ',' + smooth_low_res,
output=output)
except Exception, ex:
except Exception as ex:
gscript.error(_("[r.mblend] ERROR: Failed to create smoothed raster."))
exit()

Expand Down

0 comments on commit 64166ba

Please sign in to comment.