Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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