This commit is contained in:
Starbeamrainbowlabs 2022-09-16 16:44:35 +01:00
parent fcab227f6a
commit 4fd852d782
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -29,6 +29,7 @@ def run(args):
filepath_input = args.input
stem, ext = os.path.splitext(args.output)
stem.replace(".", "")
filepath_output_rainfall = f"{stem}-rainfall.{ext}"
filepath_output_water = f"{stem}-water.{ext}"