Skip to content

Commit

Permalink
Minor fix of show_general_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Jan 13, 2025
1 parent 42c12a7 commit 2afef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phono3py/cui/show_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2afef35

Please sign in to comment.