Skip to content

Commit

Permalink
Fix message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed May 25, 2023
1 parent afc2153 commit 04c4f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program_batch_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def main(stdscr):

logmsg(
stdscr,
"…connection established, fast socket connection is {'enabled' if conn.use_fast_socket else 'disabled'}",
f"…connection established, fast socket connection is {'enabled' if conn.use_fast_socket else 'disabled'}",
)

if (not args.dry_run) and (not args.do_not_round):
Expand Down

0 comments on commit 04c4f0e

Please sign in to comment.