We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6e083 commit 98ae6c2Copy full SHA for 98ae6c2
src/lisfloodutilities/cutmaps/main.py
@@ -89,9 +89,9 @@ def main(cliargs):
89
cuts_indices = args.cuts_indices
90
91
ldd = args.ldd
92
- stations = args.stationsf
+ stations = args.stations
93
94
- input_folder = args.folderf
+ input_folder = args.folder
95
input_file = args.file
96
static_data_folder = args.subdir
97
overwrite = args.overwrite
0 commit comments