mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
dbfa45a016
commit
3772c3227e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ def run(args):
|
|||
filepath_output if args.records_per_file <= 0 else filepath_output.replace("$d", 0),
|
||||
write_mode
|
||||
)
|
||||
filepath_params = os.path.join(os.path.dirname(filepath_output), "/params.json")
|
||||
filepath_params = os.path.join(os.path.dirname(filepath_output), "params.json")
|
||||
|
||||
|
||||
i = 0
|
||||
|
|
Loading…
Reference in a new issue