Skip to content

Commit

Permalink
i.fusion.hpf: simplify raster_history call (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler authored May 26, 2020
1 parent 9a587e4 commit 1fa2f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass7/imagery/i.fusion.hpf/i.fusion.hpf.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def main():
# End of Algorithm

# history entry
run("r.support", map=tmp_msx_hpf, history="\n".join(cmd_history))
grass.raster_history(tmp_msx_hpf)

# add suffix to basename & rename end product
msx_name = "{base}{suffix}"
Expand Down

0 comments on commit 1fa2f21

Please sign in to comment.