We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c857a commit 422926aCopy full SHA for 422926a
scripts/extension.py
@@ -54,7 +54,7 @@ class Script(scripts.Script):
54
world.load_config()
55
if cmd_opts.distributed_remotes is not None and len(cmd_opts.distributed_remotes) > 0:
56
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")
+ f"gui/external modification of {world.config_path} will be prioritized going forward")
58
59
for worker in cmd_opts.distributed_remotes:
60
world.add_worker(uuid=worker[0], address=worker[1], port=worker[2], tls=False)
0 commit comments