Skip to content

Commit

Permalink
Fixed typo in cutmaps arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 committed May 8, 2024
1 parent 8b6e083 commit 98ae6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lisfloodutilities/cutmaps/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def main(cliargs):
cuts_indices = args.cuts_indices

ldd = args.ldd
stations = args.stationsf
stations = args.stations

input_folder = args.folderf
input_folder = args.folder
input_file = args.file
static_data_folder = args.subdir
overwrite = args.overwrite
Expand Down

0 comments on commit 98ae6c2

Please sign in to comment.