From cdb19b4d9f86a42e1ef62e8779e8a1fc54b5f19c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 27 Sep 2022 18:13:21 +0100 Subject: [PATCH] fixup --- aimodel/src/subcommands/pretrain_predict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aimodel/src/subcommands/pretrain_predict.py b/aimodel/src/subcommands/pretrain_predict.py index d0115e1..0de79f3 100644 --- a/aimodel/src/subcommands/pretrain_predict.py +++ b/aimodel/src/subcommands/pretrain_predict.py @@ -86,8 +86,8 @@ def run(args): ) filepath_params = os.path.join(os.path.dirname(filepath_output), "params.json") - logger.info("filepath_output: {filepath_output}") - logger.info("filepath_params: {filepath_params}") + logger.info(f"filepath_output: {filepath_output}") + logger.info(f"filepath_params: {filepath_params}") i = 0 i_file = i