Skip to content

Commit 422926a

Browse files
committed
make f-string
1 parent a8c857a commit 422926a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Script(scripts.Script):
5454
world.load_config()
5555
if cmd_opts.distributed_remotes is not None and len(cmd_opts.distributed_remotes) > 0:
5656
logger.warning(f"--distributed-remotes is deprecated and may be removed in the future\n"
57-
"gui/external modification of {world.config_path} will be prioritized going forward")
57+
f"gui/external modification of {world.config_path} will be prioritized going forward")
5858

5959
for worker in cmd_opts.distributed_remotes:
6060
world.add_worker(uuid=worker[0], address=worker[1], port=worker[2], tls=False)

0 commit comments

Comments
 (0)