From 2afef356dba2766862e805d7d5b96403337e7f01 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Mon, 13 Jan 2025 10:13:33 +0900 Subject: [PATCH] Minor fix of show_general_settings --- phono3py/cui/show_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phono3py/cui/show_log.py b/phono3py/cui/show_log.py index c03f90b6..03539979 100644 --- a/phono3py/cui/show_log.py +++ b/phono3py/cui/show_log.py @@ -65,7 +65,7 @@ def show_general_settings( print("-" * 29 + " General settings " + "-" * 29) if run_mode: - print("Run mode: {run_mode}") + print(f"Run mode: {run_mode}") if output_filename: print(f"Output filename is modified by {output_filename}.") if input_filename: