Skip to content

Commit 5d72a24

Browse files
netelerlandam
authored andcommitted
i.fusion.hpf: simplify raster_history call (OSGeo#174)
1 parent 9b38197 commit 5d72a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grass7/imagery/i.fusion.hpf/i.fusion.hpf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def main():
552552
# End of Algorithm
553553

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

557557
# add suffix to basename & rename end product
558558
msx_name = "{base}{suffix}"

0 commit comments

Comments
 (0)