Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Nov 25, 2024
1 parent 89fa11d commit 2d30ddb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion grass-gis-addons/m.import.rvr/m.import.rvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,11 @@ def main():

# check if needed addons are installed
check_addon("r.import.ndsm_nrw", "/path/to/r.import.ndsm_nrw")
check_addon("r.dtm.import.nw", "https://github.com/mundialis/r.dem.import", "r.dem.import")
check_addon(
"r.dtm.import.nw",
"https://github.com/mundialis/r.dem.import",
"r.dem.import",
)

# check if needed paths to data are set
grass.message(_("Checking input parameters ..."))
Expand Down

0 comments on commit 2d30ddb

Please sign in to comment.