Skip to content

Commit 98ae6c2

Browse files
committed
Fixed typo in cutmaps arguments
1 parent 8b6e083 commit 98ae6c2

File tree

1 file changed

+2
-2
lines changed
  • src/lisfloodutilities/cutmaps

1 file changed

+2
-2
lines changed

Diff for: src/lisfloodutilities/cutmaps/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ def main(cliargs):
8989
cuts_indices = args.cuts_indices
9090

9191
ldd = args.ldd
92-
stations = args.stationsf
92+
stations = args.stations
9393

94-
input_folder = args.folderf
94+
input_folder = args.folder
9595
input_file = args.file
9696
static_data_folder = args.subdir
9797
overwrite = args.overwrite

0 commit comments

Comments
 (0)