From e7968045a4b56f99d4a9e7d2c2f5ce6e4b151e32 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Sun, 5 Jan 2025 17:02:06 +0000 Subject: [PATCH] Fix debug output Signed-off-by: Stefan Marr --- rebench/denoise_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebench/denoise_client.py b/rebench/denoise_client.py index d7d361cc..989161bf 100644 --- a/rebench/denoise_client.py +++ b/rebench/denoise_client.py @@ -314,7 +314,7 @@ def restore_noise(denoise_result: DenoiseInitialSettings, show_warning, ui): _add_denoise_options(cmd, restore) cmd += ["restore"] - ui.debug_output_info("Denoise, restore settings: " + " ".join(cmd)) + ui.debug_output_info(f"Denoise, restore settings: {" ".join(cmd)}\n") result, got_json, raw_output = _exec_denoise_and_parse_result(cmd) restored = _process_denoise_result(