Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
fix flag usage and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm committed Dec 10, 2024
1 parent ecf38f2 commit 4617d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r.slopeunits.create/r.slopeunits.create.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def slope_units(
hbasin="slu_r_tmp",
thresh=thc,
convergence=convergence,
flags="ab",
flags=rwflags,
quiet=True,
)
rm_rasters.append("slu_r_tmp")
Expand Down Expand Up @@ -791,7 +791,7 @@ def main():
cvarmin,
red,
maxiter,
convergence
convergence,
)
if options["slumapvect"]:
export_as_vect(slumap, options["slumapvect"])
Expand Down

0 comments on commit 4617d94

Please sign in to comment.