mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
c4d3c16873
commit
cdb19b4d9f
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ def run(args):
|
||||||
)
|
)
|
||||||
filepath_params = os.path.join(os.path.dirname(filepath_output), "params.json")
|
filepath_params = os.path.join(os.path.dirname(filepath_output), "params.json")
|
||||||
|
|
||||||
logger.info("filepath_output: {filepath_output}")
|
logger.info(f"filepath_output: {filepath_output}")
|
||||||
logger.info("filepath_params: {filepath_params}")
|
logger.info(f"filepath_params: {filepath_params}")
|
||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
i_file = i
|
i_file = i
|
||||||
|
|
Loading…
Reference in a new issue