mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
fcab227f6a
commit
4fd852d782
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ def run(args):
|
||||||
filepath_input = args.input
|
filepath_input = args.input
|
||||||
|
|
||||||
stem, ext = os.path.splitext(args.output)
|
stem, ext = os.path.splitext(args.output)
|
||||||
|
stem.replace(".", "")
|
||||||
filepath_output_rainfall = f"{stem}-rainfall.{ext}"
|
filepath_output_rainfall = f"{stem}-rainfall.{ext}"
|
||||||
filepath_output_water = f"{stem}-water.{ext}"
|
filepath_output_water = f"{stem}-water.{ext}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue