mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
fix crash
This commit is contained in:
parent
2cd59a01a5
commit
d765b3b14e
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def run(args):
|
|||
files_done += 1
|
||||
i_file = 0
|
||||
handle.close()
|
||||
logger.write(f"PROGRESS:file {files_done}")
|
||||
logger.info(f"PROGRESS:file {files_done}")
|
||||
handle = handle_open(filepath_output.replace("+d", str(files_done+1)), write_mode)
|
||||
|
||||
if output_mode == MODE_JSONL:
|
||||
|
|
Loading…
Reference in a new issue