Skip to content

Commit

Permalink
r.hydro.flatten: fix removing temporary maps (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Apr 19, 2023
1 parent e1d6f4e commit 81b199a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/r.hydro.flatten/r.hydro.flatten.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

def cleanup():
if RAST_REMOVE:
gs.run_command("g.remove", flags="f", type="raster", name=RAST_REMOVE)
gs.run_command("g.remove", flags="fb", type="raster", name=RAST_REMOVE)


def get_tmp_name(basename):
Expand Down

0 comments on commit 81b199a

Please sign in to comment.